mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
Separate script for test and build
Separate script for test and build
This commit is contained in:
parent
44412d357e
commit
5d945a234c
@ -6,7 +6,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --open",
|
"start": "ng serve --open",
|
||||||
|
"prebuildfrontendtest": "node src/prebuild.cjs",
|
||||||
"prebuildfrontend": "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 test --watch=false && ng build --configuration production",
|
||||||
"buildbackend": "tsc --project tsconfig.json",
|
"buildbackend": "tsc --project tsconfig.json",
|
||||||
"watchbackend": "tsc --project tsconfig.json --watch",
|
"watchbackend": "tsc --project tsconfig.json --watch",
|
||||||
|
Loading…
Reference in New Issue
Block a user