fix(package.json): fix test run script
This commit is contained in:
parent
894dc99574
commit
8d896af514
3 changed files with 6 additions and 3 deletions
|
|
@ -6,6 +6,8 @@
|
|||
"start": "node node_modules/@angular/cli/bin/ng serve",
|
||||
"build": "node node_modules/@angular/cli/bin/ng build --configuration production",
|
||||
"test": "node node_modules/@angular/cli/bin/ng test lib",
|
||||
"test:headless": "node node_modules/@angular/cli/bin/ng test --browsers=ChromeHeadless",
|
||||
"test:headless:singleRun": "node node_modules/@angular/cli/bin/ng test --no-watch --no-progress --browsers=ChromeHeadless lib",
|
||||
"release:minor": "cd ./projects/lib/ && npm version minor",
|
||||
"release:major": "cd ./projects/lib/ && npm version major",
|
||||
"release:patch": "cd ./projects/lib/ && npm version patch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue