Skip to content

Commit

Permalink
Update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nolze committed Oct 1, 2020
1 parent 59a6279 commit e0e5406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"scripts": {
"lint": "eslint ./epoche.js ./server/",
"prepack": "npm run --prefix ./view build",
"start": "node ./server/src/server.js"
"start:server": "node ./epoche.js start",
"start:view": "npm run --prefix ./view dev"
},
"dependencies": {
"commander": "^6.1.0",
Expand Down

0 comments on commit e0e5406

Please sign in to comment.