Skip to content

Commit 4eb9812

Browse files
committed
chore: Use prepare instead of prepublish
1 parent 4cbbdb3 commit 4eb9812

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
@@ -24,7 +24,7 @@
2424
"build:website": "cd website/ && yarn && yarn build",
2525
"lint": "eslint . --report-unused-disable-directives",
2626
"fix": "eslint . --fix --report-unused-disable-directives",
27-
"prepublish": "yarn build",
27+
"prepare": "yarn build",
2828
"preversion": "yarn lint",
2929
"start": "cd website && yarn && yarn start",
3030
"test": "jest",

0 commit comments

Comments
 (0)