Feat: added headless singleRun script in package.json and in build pipeline
This commit is contained in:
parent
35736e9af0
commit
8bc38a7afc
3 changed files with 38 additions and 35 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"build": "./node_modules/.bin/ng build --aot --prod",
|
||||
"test": "./node_modules/.bin/ng test",
|
||||
"test:headless": "./node_modules/.bin/ng test --browsers=ChromeHeadlessDebug",
|
||||
"test:headless:singleRun": "./node_modules/.bin/ng test --browsers=ChromeHeadlessDebug --watch false",
|
||||
"lint": "./node_modules/.bin/ng lint",
|
||||
"e2e": "./node_modules/.bin/ng e2e",
|
||||
"pack": "./node_modules/.bin/ng-packagr -p ./src/lib/package.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue