Skip to content

Commit 8617a8a

Browse files
committed
Disables parcel build
1 parent fd84f54 commit 8617a8a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
- name: Package using vite
5757
run: npm run package-for-smoketest-vite
5858

59-
- name: Package using parcel
60-
run: npm run package-for-smoketest-parcel --prefix test/smoke/parcel
59+
# - name: Package using parcel
60+
# run: npm run package-for-smoketest-parcel --prefix test/smoke/parcel
61+
# Disabled for now, as the parcel bundler cannot deal with VS Code process variable
6162

6263
- name: Run smoke test
6364
run: npm run smoketest

scripts/ci/monaco-editor.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ npm run package-for-smoketest-esbuild
2020
# Package using vite
2121
npm run package-for-smoketest-vite
2222
# Package using parcel
23-
npm run package-for-smoketest-parcel --prefix test/smoke/parcel
23+
# npm run package-for-smoketest-parcel --prefix test/smoke/parcel
24+
# Disabled for now, as the parcel bundler cannot deal with VS Code process variable
2425

2526
# Run smoke test
2627
npm run smoketest

0 commit comments

Comments
 (0)