Separate script for test and build

Separate script for test and build
pull/979/merge
Shahana Farooqui 2 years ago
parent 44412d357e
commit 5d945a234c

@ -6,7 +6,9 @@
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"prebuildfrontendtest": "node src/prebuild.cjs",
"prebuildfrontend": "node src/prebuild.cjs",
"buildfrontendtest": "ng test --watch=false && ng build --configuration production",
"buildfrontend": "ng test --watch=false && ng build --configuration production",
"buildbackend": "tsc --project tsconfig.json",
"watchbackend": "tsc --project tsconfig.json --watch",

Loading…
Cancel
Save