We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9b99b commit df6152eCopy full SHA for df6152e
package.json
@@ -41,7 +41,7 @@
41
"prettier-fix": "prettier --write .",
42
"prettier-check": "prettier --check .",
43
"lint": "prettier --check . && cd client && npm run lint",
44
- "prepare": "npm run build",
+ "prepare": "husky && npm run build",
45
"publish-all": "npm publish --workspaces --access public && npm publish --access public",
46
"update-version": "node scripts/update-version.js",
47
"check-version": "node scripts/check-version-consistency.js"
0 commit comments