Adds single package-for-smoketest step

This commit is contained in:
Henning Dieterichs 2025-10-08 21:21:05 +02:00 committed by Henning Dieterichs
parent 3b2be8eda6
commit e979ae38e3
2 changed files with 2 additions and 7 deletions

View file

@ -74,13 +74,7 @@ jobs:
run: npm run compile --prefix webpack-plugin
- name: Package using webpack plugin
run: npm run package-for-smoketest-webpack
- name: Package using esbuild
run: npm run package-for-smoketest-esbuild
- name: Package using vite
run: npm run package-for-smoketest-vite
run: npm run package-for-smoketest
# - name: Package using parcel
# run: npm run package-for-smoketest-parcel --prefix test/smoke/parcel