Skip to content

Commit b807b6a

Browse files
committed
feat: Force build before publishing
1 parent 87b6eb5 commit b807b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Enhanced Monaco editor with TextMate grammars and more",
66
"scripts": {
77
"build": "rollup --config rollup.config.ts --configPlugin typescript && npm run generate-types",
8+
"prepublishOnly": "npm run build",
89
"generate-types": "tsc --project tsconfig.types.json"
910
},
1011
"repository": {

0 commit comments

Comments
 (0)