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

Commit

Permalink
Fix incorrect script
Browse files Browse the repository at this point in the history
  • Loading branch information
f4irline committed May 19, 2019
1 parent ae32aed commit ac4bf27
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 @@ -9,7 +9,7 @@
"start-server": "cd ./server && nodemon index.js",
"start-client": "cd ./client && ng serve -o",
"start": "concurrently --kill-others \"npm run start-server\" \"npm run start-client\"",
"build": "cd ./client && ng-build --output-path ../server/dist"
"build": "cd ./client && ng build --output-path ../server/dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ac4bf27

Please sign in to comment.