Add watchfrontenddev command for npm

pull/1335/head
lacksfish 5 months ago
parent d083be1196
commit 9992044e2c

@ -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",

Loading…
Cancel
Save