Skip to content

Commit 313ca1c

Browse files
committed
Replace prepare npm script by prepack
1 parent 4e08185 commit 313ca1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"format": "prettier '**/*' -u -w",
3434
"lint": "eslint \"./**/*.{js,ts,tsx}\"",
35-
"prepare": "yarn setup-hooks && bob build",
35+
"prepack": "yarn setup-hooks && bob build",
3636
"setup-hooks": "git config --local core.hooksPath .hooks",
3737
"tscheck": "tsc --project ./ --noEmit"
3838
},

0 commit comments

Comments
 (0)