Skip to content

Commit

Permalink
fix: fix release by disabling husky hooks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Jul 21, 2021
1 parent d99793b commit a343bc9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 8 deletions.
44 changes: 37 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 @@ -30,7 +30,7 @@
"lint:license": "license-check-and-add check -f license-check-config.json",
"lint:license:fix": "license-check-and-add add -f license-check-config.json -r $(date +%Y)",
"lint:package": "sort-package-json",
"prepare": "husky install",
"prepare": "is-ci || husky install",
"prettier": "prettier --check \"**/*.{js,html,css,json}\"",
"prettier:fix": "prettier --write \"**/*.{js,html,css,json}\"",
"release": "semantic-release",
Expand Down Expand Up @@ -109,6 +109,7 @@
"husky": "7.0.1",
"i18n-extract": "0.6.7",
"ignore-loader": "0.1.2",
"is-ci": "^3.0.0",
"jest": "27.0.6",
"license-check-and-add": "4.0.2",
"lint-staged": "11.0.0",
Expand Down

0 comments on commit a343bc9

Please sign in to comment.