Skip to content

Commit 58b40dd

Browse files
authored
Update package.json
1 parent 60f392e commit 58b40dd

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
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"changelog": "auto-changelog",
1414
"postpublish": "npm run changelog && git push origin --all; git push origin --tags",
15-
"prepublish": "tsc",
15+
"prepublishOnly": "tsc",
1616
"build": "tsc"
1717
},
1818
"publishConfig": {

0 commit comments

Comments
 (0)