Skip to content

Commit

Permalink
Disables parcel build
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Feb 6, 2024
1 parent fd84f54 commit 8617a8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion scripts/ci/monaco-editor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8617a8a

Please sign in to comment.