Add tests ci pipeline in gh actions
This commit is contained in:
commit
134c084a6d
4 changed files with 6 additions and 51 deletions
|
|
@ -10,9 +10,10 @@
|
|||
"test:headless:singleRun": "node node_modules/@angular/cli/bin/ng test --browsers=ChromeHeadlessDebug --watch false",
|
||||
"lint": "node node_modules/@angular/cli/bin/ng lint",
|
||||
"e2e": "node node_modules/@angular/cli/bin/ng e2e",
|
||||
"minor": "cd ./src/lib/ && npm version minor && ng-packagr -p package.json",
|
||||
"major": "cd ./src/lib/ && npm version major && ng-packagr -p package.json",
|
||||
"patch": "cd ./src/lib/ && npm version patch && ng-packagr -p package.json"
|
||||
"release:minor": "cd ./src/lib/ && npm version minor",
|
||||
"release:major": "cd ./src/lib/ && npm version major",
|
||||
"release:patch": "cd ./src/lib/ && npm version patch",
|
||||
"pack": "ng-packagr -p ./src/lib/package.json"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue