mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
build: replace precommit hook with prepush hook
This commit is contained in:
parent
0df03770d0
commit
2239e80e59
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
"lint:ci": "npm run lint && npm run lint:styles",
|
"lint:ci": "npm run lint && npm run lint:styles",
|
||||||
"pree2e": "webdriver-manager update --standalone false --gecko false",
|
"pree2e": "webdriver-manager update --standalone false --gecko false",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"precommit": "npm run lint:ci"
|
"prepush": "npm run lint:ci"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@agm/core": "1.0.0-beta.0",
|
"@agm/core": "1.0.0-beta.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue