From 8617a8af9e1d30366e8bea7063382b43fc62a589 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 6 Feb 2024 19:12:02 +0100 Subject: [PATCH] Disables parcel build --- .github/workflows/ci.yml | 5 +++-- scripts/ci/monaco-editor.sh | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c315421d..db226144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,9 @@ jobs: - name: Package using vite run: npm run package-for-smoketest-vite - - name: Package using parcel - run: npm run package-for-smoketest-parcel --prefix test/smoke/parcel + # - name: Package using 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 run: npm run smoketest diff --git a/scripts/ci/monaco-editor.sh b/scripts/ci/monaco-editor.sh index 344c5c08..0e28345d 100755 --- a/scripts/ci/monaco-editor.sh +++ b/scripts/ci/monaco-editor.sh @@ -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