We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cee30 commit a8e8a79Copy full SHA for a8e8a79
package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"start": "tsdx watch",
19
"build": "tsdx build",
20
- "prepare": "yarn run build",
+ "unused_prepare": "yarn run build",
21
"version": "yarn run build && auto-changelog -p --template keepachangelog && git add .",
22
"prepublishOnly": "git push && git push --tags && gh-release",
23
"predeploy": "cd example && yarn install && yarn run build",
0 commit comments