File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 56
56
- name : Package using vite
57
57
run : npm run package-for-smoketest-vite
58
58
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
61
62
62
63
- name : Run smoke test
63
64
run : npm run smoketest
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ npm run package-for-smoketest-esbuild
20
20
# Package using vite
21
21
npm run package-for-smoketest-vite
22
22
# 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
24
25
25
26
# Run smoke test
26
27
npm run smoketest
You can’t perform that action at this time.
0 commit comments