Skip to content

Commit

Permalink
Repair husky migration to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored Nov 11, 2024
1 parent 5c5636a commit 288db16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"skipbundler": "cd gui && pnpm run skipbundler",
"build": "pnpm run tauri build",
"update-solarxr": "cd solarxr-protocol && pnpm run build",
"prepare": "husky install && pnpm run update-solarxr",
"prepare": "husky && pnpm run update-solarxr",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
Expand Down

0 comments on commit 288db16

Please sign in to comment.