mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Adds single package-for-smoketest step
This commit is contained in:
parent
3b2be8eda6
commit
e979ae38e3
2 changed files with 2 additions and 7 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"prettier": "prettier --write .",
|
||||
"pretty-quick": "pretty-quick --staged",
|
||||
"simpleserver": "ts-node ./build/simpleserver",
|
||||
"package-for-smoketest": "npm run package-for-smoketest-webpack && npm run package-for-smoketest-esbuild && npm run package-for-smoketest-vite",
|
||||
"package-for-smoketest-webpack": "ts-node ./test/smoke/package-webpack",
|
||||
"package-for-smoketest-webpack-cross-origin": "ts-node ./test/smoke/package-webpack --cross-origin",
|
||||
"package-for-smoketest-esbuild": "ts-node ./test/smoke/package-esbuild",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue