Skip to content

Commit

Permalink
Add watchfrontenddev command for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lacksfish committed Dec 6, 2023
1 parent d083be1 commit 9992044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "ng serve --open",
"prebuildfrontendtest": "node src/prebuild.cjs",
"prebuildfrontend": "node src/prebuild.cjs",
"watchfrontenddev": "ng build --configuration development --optimization false --watch",
"buildfrontendtest": "ng test --watch=false && ng build",
"buildfrontend": "ng build --configuration production",
"buildbackend": "tsc --project ./server/tsconfig.server.json",
Expand Down

0 comments on commit 9992044

Please sign in to comment.