Skip to content

Commit

Permalink
Fix server-express startup
Browse files Browse the repository at this point in the history
  • Loading branch information
milushov authored and justin808 committed Aug 1, 2016
1 parent 58e9760 commit a953b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"test": "NODE_PATH=./app mocha --compilers js:babel-core/register --require ./app/libs/testHelper.js --require ./app/libs/testNullCompiler.js 'app/**/*.spec.@(js|jsx)'",
"test:debug": "npm run test -- --debug-brk",
"start": "node server-express.js",
"start": "babel-node server-express.js",
"build:production:client": "NODE_ENV=production webpack --config webpack.client.rails.build.config.js",
"build:production:server": "NODE_ENV=production webpack --config webpack.server.rails.build.config.js",
"build:client": "webpack --config webpack.client.rails.build.config.js",
Expand Down

0 comments on commit a953b02

Please sign in to comment.