Skip to content

Commit

Permalink
ci: disable husky
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 1, 2021
1 parent 28dc6af commit c3d7192
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
29 changes: 22 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:lib": "ng test ngx-editor --browsers ChromeHeadless --watch false",
"test": "npm run test:lib && npm run test:demo",
"dev": "ng build ngx-editor --watch",
"prepare": "husky install"
"prepare": "is-ci || husky install"
},
"keywords": [
"angular-editor",
Expand Down Expand Up @@ -68,6 +68,7 @@
"gh-pages": "^3.1.0",
"husky": "^5.1.2",
"inquirer": "^8.0.0",
"is-ci": "^3.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.0",
Expand Down

0 comments on commit c3d7192

Please sign in to comment.