mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Ship a metadata in the esm folder which can help the webpack plugin
This commit is contained in:
parent
e77825074d
commit
0abbb2be7d
10 changed files with 302 additions and 818 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"prettier-check": "prettier --check .",
|
||||
"prettier": "prettier --write .",
|
||||
"pretty-quick": "pretty-quick --staged",
|
||||
"release": "node ./build/build.js && node ./build/release.js && node ./build/importEditorWebpackPlugin.js",
|
||||
"release": "node ./build/build.js && node ./build/release.js",
|
||||
"simpleserver": "node ./build/simpleserver",
|
||||
"smoketest-debug": "node ./test/smoke/runner.js --debug-tests",
|
||||
"smoketest": "node ./test/smoke/runner.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue