Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 4af21d7

Browse files
authored
Merge pull request #13 from codeoverflow-org/fix/version-in-releases
fix: build ts in prepublishOnly instead of prepublish because npm
2 parents 4690a72 + ab8cb09 commit 4af21d7

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
@@ -14,7 +14,7 @@
1414
"format-pre-commit": "pretty-quick --staged --pattern '*/**/*.{ts,json,md,js}'",
1515
"prepare": "husky install",
1616
"semantic-release": "semantic-release",
17-
"prepublish": "npm run build"
17+
"prepublishOnly": "npm run build"
1818
},
1919
"bin": {
2020
"nodecg-io": "index.js"

0 commit comments

Comments
 (0)