Kaynağa Gözat

Disables parcel build

Henning Dieterichs 1 yıl önce
ebeveyn
işleme
8617a8af9e
2 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. 3 2
      .github/workflows/ci.yml
  2. 2 1
      scripts/ci/monaco-editor.sh

+ 3 - 2
.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

+ 2 - 1
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