Skip to content

Commit

Permalink
[CE-274] Fix user dashboard start scripts
Browse files Browse the repository at this point in the history
Use src/index.js to start user dashboard

Change-Id: Ib242f12b7b6d5c29dbf31914f52708f76cd5afce
Signed-off-by: Haitao Yue <hightall@me.com>
  • Loading branch information
hightall committed Feb 12, 2018
1 parent f1ed1ce commit a5cce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"nodemon": "^1.12.1"
},
"scripts": {
"start": "pm2 start dist/index.js -i max",
"start": "pm2 --interpreter babel-node start src/index.js --no-daemon",
"build": "babel src -s --ignore src/public -D -d dist && cp -r src/public dist/",
"dev": "pm2 --interpreter babel-node start src/index.js --no-daemon --watch",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit a5cce26

Please sign in to comment.