Skip to content

Commit b04ab46

Browse files
committed
Remove unnecessary prepare script from package.json
1 parent 4ea40a6 commit b04ab46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"node": ">=16.0.0"
2727
},
2828
"scripts": {
29-
"prepare": "tsc -b && webpack",
3029
"prepublishOnly": "yarn lint",
3130
"postversion": "git push && git push origin $(git tag | sort -V | tail -1)",
3231
"release:patch": "yarn && yarn docs && npm version patch && npm publish",

0 commit comments

Comments
 (0)