Removed test script from build

Removed test script from build
pull/979/merge v0.12.3
Shahana Farooqui 2 years ago
parent 5d945a234c
commit f84719e2c3

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

Loading…
Cancel
Save