mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
Disables parcel build
This commit is contained in:
parent
fd84f5469d
commit
8617a8af9e
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -56,8 +56,9 @@ jobs:
|
|||||||
- name: Package using vite
|
- name: Package using vite
|
||||||
run: npm run package-for-smoketest-vite
|
run: npm run package-for-smoketest-vite
|
||||||
|
|
||||||
- name: Package using parcel
|
# - name: Package using parcel
|
||||||
run: npm run package-for-smoketest-parcel --prefix test/smoke/parcel
|
# run: npm run package-for-smoketest-parcel --prefix test/smoke/parcel
|
||||||
|
# Disabled for now, as the parcel bundler cannot deal with VS Code process variable
|
||||||
|
|
||||||
- name: Run smoke test
|
- name: Run smoke test
|
||||||
run: npm run smoketest
|
run: npm run smoketest
|
||||||
|
@ -20,7 +20,8 @@ npm run package-for-smoketest-esbuild
|
|||||||
# Package using vite
|
# Package using vite
|
||||||
npm run package-for-smoketest-vite
|
npm run package-for-smoketest-vite
|
||||||
# Package using parcel
|
# 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
|
# Run smoke test
|
||||||
npm run smoketest
|
npm run smoketest
|
||||||
|
Loading…
Reference in New Issue
Block a user