mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Disables parcel build
This commit is contained in:
parent
fd84f5469d
commit
8617a8af9e
2 changed files with 5 additions and 3 deletions
|
|
@ -20,7 +20,8 @@ npm run package-for-smoketest-esbuild
|
|||
# Package using vite
|
||||
npm run package-for-smoketest-vite
|
||||
# Package using parcel
|
||||
npm run package-for-smoketest-parcel --prefix test/smoke/parcel
|
||||
# npm run package-for-smoketest-parcel --prefix test/smoke/parcel
|
||||
# Disabled for now, as the parcel bundler cannot deal with VS Code process variable
|
||||
|
||||
# Run smoke test
|
||||
npm run smoketest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue