Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
User node instead of nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
f4irline committed May 5, 2019
1 parent d5218f5 commit 4d45d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"postinstall": "echo \"Installing Angular dependencies\" && cd ./client && npm install",
"test": "echo \"Error: no test specified\" && exit 1",
"start-server": "cd ./server/app && nodemon index.js",
"start-server": "cd ./server/app && node index.js",
"start-client": "cd ./client && ng serve -o",
"start": "concurrently --kill-others \"npm run start-server\" \"npm run start-client\""
},
Expand Down

0 comments on commit 4d45d28

Please sign in to comment.