Skip to content

Commit d940fad

Browse files
committed
commit
1 parent ddd0f84 commit d940fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"build": "turbo run build --filter='./packages/**'",
2020
"watch": "turbo run watch --filter='./packages/**'",
2121
"dev": "yarn workspace @playground/next-playground run dev",
22+
"postinstall": "husky install",
2223
"changeset": "changeset",
2324
"update-versions-and-changelogs": "changeset version && yarn version-run-all && bash scripts/update-lockfile.sh",
2425
"release": "yarn clean && yarn build --force && changeset publish && git push origin HEAD:master --follow-tags --no-verify",

0 commit comments

Comments
 (0)