Skip to content

Commit

Permalink
Removed test script from build
Browse files Browse the repository at this point in the history
Removed test script from build
  • Loading branch information
ShahanaFarooqui committed May 1, 2022
1 parent 5d945a2 commit f84719e
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 @@
"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",
"buildfrontend": "ng build --configuration production",
"buildbackend": "tsc --project tsconfig.json",
"watchbackend": "tsc --project tsconfig.json --watch",
"server": "set NODE_ENV=development&&nodemon ./rtl.js",
Expand Down

0 comments on commit f84719e

Please sign in to comment.