mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Separate script for test and build
Separate script for test and build
This commit is contained in:
parent
44412d357e
commit
5d945a234c
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue