Feat: added headless singleRun script in package.json and in build pipeline

This commit is contained in:
lorenzo 2020-03-16 12:34:23 +01:00
parent 35736e9af0
commit 8bc38a7afc
3 changed files with 38 additions and 35 deletions

View file

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