Skip to content

Commit

Permalink
Merge pull request #620 from nyaggah/feat/husky
Browse files Browse the repository at this point in the history
feat(husky): update  prepare to husky || true instead of install
  • Loading branch information
JoeyDoey authored Nov 25, 2024
2 parents 72338ff + 139049d commit aade7b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/devtools-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"commit": "lint-staged && cz",
"zip": "bedframe zip",
"convert:safari": "xcrun safari-web-extension-converter dist/safari --project-location . --app-name $npm_package_name-safari",
"postinstall": "husky install"
"prepare": "husky || true"
},
"dependencies": {
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/overlay-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"commit": "lint-staged && cz",
"zip": "bedframe zip",
"convert:safari": "xcrun safari-web-extension-converter dist/safari --project-location . --app-name $npm_package_name-safari",
"postinstall": "husky install"
"prepare": "husky || true"
},
"dependencies": {
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"commit": "lint-staged && cz",
"zip": "bedframe zip",
"convert:safari": "xcrun safari-web-extension-converter dist/safari --project-location . --app-name $npm_package_name-safari",
"postinstall": "husky install"
"prepare": "husky || true"
},
"dependencies": {
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/sidepanel-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"commit": "lint-staged && cz",
"zip": "bedframe zip",
"convert:safari": "xcrun safari-web-extension-converter dist/safari --project-location . --app-name $npm_package_name-safari",
"postinstall": "husky install"
"prepare": "husky || true"
},
"dependencies": {
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cz": "cz",
"prerelease": "turbo telemetry disable && turbo run format lint build",
"release": "turbo telemetry disable && turbo run format lint build && changeset version && changeset publish",
"prepare": "husky install"
"prepare": "husky || true"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
Expand Down

0 comments on commit aade7b2

Please sign in to comment.