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 e65f53a commit fdf07aeCopy full SHA for fdf07ae
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
"update-extensions": "ts-node update-extensions.ts"
11
},
@@ -83,4 +84,4 @@
83
84
"not IE 11",
85
"not IE_Mob 11"
86
]
-}
87
+}
0 commit comments