Skip to content

Commit a8e8a79

Browse files
author
sw-yx
committed
skip prepare script
1 parent a1cee30 commit a8e8a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"start": "tsdx watch",
1919
"build": "tsdx build",
20-
"prepare": "yarn run build",
20+
"unused_prepare": "yarn run build",
2121
"version": "yarn run build && auto-changelog -p --template keepachangelog && git add .",
2222
"prepublishOnly": "git push && git push --tags && gh-release",
2323
"predeploy": "cd example && yarn install && yarn run build",

0 commit comments

Comments
 (0)