File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 "test" : " NODE_PATH=./app mocha --compilers js:babel-core/register --require ./app/libs/testHelper.js --require ./app/libs/testNullCompiler.js 'app/**/*.spec.@(js|jsx)'" ,
3030 "test:debug" : " yarn run test -- --debug-brk" ,
3131 "start" : " babel-node server-express.js" ,
32- "build:production:client" : " NODE_ENV=production webpack --config webpack.client.rails.build.config.js" ,
33- "build:production:server" : " NODE_ENV=production webpack --config webpack.server.rails.build.config.js" ,
32+ "build:production:client" : " NODE_ENV=production webpack -p - -config webpack.client.rails.build.config.js" ,
33+ "build:production:server" : " NODE_ENV=production webpack -p - -config webpack.server.rails.build.config.js" ,
3434 "build:client" : " webpack --config webpack.client.rails.build.config.js" ,
3535 "build:dev:client" : " NODE_ENV=development webpack -w --config webpack.client.rails.build.config.js" ,
3636 "build:dev:server" : " NODE_ENV=development webpack -w --config webpack.server.rails.build.config.js" ,
You can’t perform that action at this time.
0 commit comments