We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f392e commit 58b40ddCopy full SHA for 58b40dd
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"changelog": "auto-changelog",
14
"postpublish": "npm run changelog && git push origin --all; git push origin --tags",
15
- "prepublish": "tsc",
+ "prepublishOnly": "tsc",
16
"build": "tsc"
17
},
18
"publishConfig": {
0 commit comments