Skip to content

Commit

Permalink
Separate script for test and build
Browse files Browse the repository at this point in the history
Separate script for test and build
  • Loading branch information
ShahanaFarooqui committed May 1, 2022
1 parent 44412d3 commit 5d945a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5d945a2

Please sign in to comment.