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 610cbdd commit b33dabeCopy full SHA for b33dabe
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": "husky",
+ "prepare": "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