Skip to content

Commit

Permalink
fix(install): change postinstall to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Oct 27, 2024
1 parent 4367d25 commit 88c7eeb
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 @@ -76,7 +76,7 @@
"docs:dev": "yarn predocs && vitepress dev ./docs",
"docs:build": "yarn predocs && vitepress build ./docs",
"docs:publish": "yarn docs:build && node tools/deploy-docs.mjs",
"postinstall": "husky install"
"prepare": "husky install"
},
"dependencies": {
"@dha-team/arbundles": "^1.0.1",
Expand Down

0 comments on commit 88c7eeb

Please sign in to comment.