mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
blah
This commit is contained in:
parent
86dc97f139
commit
2150acae94
@ -6,12 +6,12 @@
|
||||
"start": "ng serve",
|
||||
"build": "ng build --prod",
|
||||
"test": "ng test",
|
||||
"test-headless-watch": "ng test --watch=true --browsers=ChromeHeadless",
|
||||
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
|
||||
"test-headless-watch": "ng test --watch=true --browsers=ChromeHeadlessNoSandbox ",
|
||||
"test-headless": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox ",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"copy": "npx cap copy",
|
||||
"all": "ng lint & ng test --watch=false --browsers=ChromeHeadless & ng build --prod & npx cap copy"
|
||||
"all": "ng lint & ng test --watch=false --browsers=ChromeHeadlessNoSandbox & ng build --prod & npx cap copy"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user