Skip to content

Commit a953b02

Browse files
milushovjustin808
authored andcommitted
Fix server-express startup
1 parent 58e9760 commit a953b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"test": "NODE_PATH=./app mocha --compilers js:babel-core/register --require ./app/libs/testHelper.js --require ./app/libs/testNullCompiler.js 'app/**/*.spec.@(js|jsx)'",
2828
"test:debug": "npm run test -- --debug-brk",
29-
"start": "node server-express.js",
29+
"start": "babel-node server-express.js",
3030
"build:production:client": "NODE_ENV=production webpack --config webpack.client.rails.build.config.js",
3131
"build:production:server": "NODE_ENV=production webpack --config webpack.server.rails.build.config.js",
3232
"build:client": "webpack --config webpack.client.rails.build.config.js",

0 commit comments

Comments
 (0)