We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b6eb5 commit b807b6aCopy full SHA for b807b6a
package.json
@@ -5,6 +5,7 @@
5
"description": "Enhanced Monaco editor with TextMate grammars and more",
6
"scripts": {
7
"build": "rollup --config rollup.config.ts --configPlugin typescript && npm run generate-types",
8
+ "prepublishOnly": "npm run build",
9
"generate-types": "tsc --project tsconfig.types.json"
10
},
11
"repository": {
0 commit comments