Merge branch 'master' into dependabot/npm_and_yarn/terser-and-angular-devkit/build-angular-5.14.2
This commit is contained in:
commit
a829d00c3b
6 changed files with 75 additions and 80 deletions
|
|
@ -10,6 +10,9 @@
|
|||
"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",
|
||||
"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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue