We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e9760 commit a953b02Copy full SHA for a953b02
client/package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"test": "NODE_PATH=./app mocha --compilers js:babel-core/register --require ./app/libs/testHelper.js --require ./app/libs/testNullCompiler.js 'app/**/*.spec.@(js|jsx)'",
28
"test:debug": "npm run test -- --debug-brk",
29
- "start": "node server-express.js",
+ "start": "babel-node server-express.js",
30
"build:production:client": "NODE_ENV=production webpack --config webpack.client.rails.build.config.js",
31
"build:production:server": "NODE_ENV=production webpack --config webpack.server.rails.build.config.js",
32
"build:client": "webpack --config webpack.client.rails.build.config.js",
0 commit comments