We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd0f84 commit d940fadCopy full SHA for d940fad
package.json
@@ -19,6 +19,7 @@
19
"build": "turbo run build --filter='./packages/**'",
20
"watch": "turbo run watch --filter='./packages/**'",
21
"dev": "yarn workspace @playground/next-playground run dev",
22
+ "postinstall": "husky install",
23
"changeset": "changeset",
24
"update-versions-and-changelogs": "changeset version && yarn version-run-all && bash scripts/update-lockfile.sh",
25
"release": "yarn clean && yarn build --force && changeset publish && git push origin HEAD:master --follow-tags --no-verify",
0 commit comments