Skip to content

Commit

Permalink
Merge pull request #654 from cam-inc/skip-huskey-install
Browse files Browse the repository at this point in the history
skip husky install
  • Loading branch information
nonoakij committed May 22, 2023
2 parents 1673318 + 8426b82 commit 10a8115
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 75 deletions.
81 changes: 11 additions & 70 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -31,9 +31,7 @@
},
"homepage": "https://github.com/cam-inc/viron#readme",
"scripts": {
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"prepare": "which husky && husky install || echo skip.",
"pre-commit": "npm run pre-commit --workspaces",
"pre-push": "npm run pre-push --workspaces",
"changelog:intent": "changeset add",
Expand All @@ -50,8 +48,7 @@
"@changesets/cli": "^2.20.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"husky": "^5.0.6",
"pinst": "^2.1.1"
"husky": "^8.0.3"
},
"workspaces": [
"packages/app",
Expand Down

0 comments on commit 10a8115

Please sign in to comment.