Skip to content

Commit 281de00

Browse files
committed
feat: Force build before publishing
1 parent d51d57c commit 281de00

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
@@ -4,6 +4,7 @@
44
"description": "Monaco Editor React component",
55
"scripts": {
66
"build": "tsc",
7+
"prepublishOnly": "npm run build",
78
"lint": "npx eslint src/**"
89
},
910
"repository": {

0 commit comments

Comments
 (0)