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 4e08185 commit 313ca1cCopy full SHA for 313ca1c
package.json
@@ -32,7 +32,7 @@
32
"scripts": {
33
"format": "prettier '**/*' -u -w",
34
"lint": "eslint \"./**/*.{js,ts,tsx}\"",
35
- "prepare": "yarn setup-hooks && bob build",
+ "prepack": "yarn setup-hooks && bob build",
36
"setup-hooks": "git config --local core.hooksPath .hooks",
37
"tscheck": "tsc --project ./ --noEmit"
38
},
0 commit comments