Skip to content

Commit f57dde1

Browse files
authored
chore: fix builds in CI (#8877)
1 parent 4d2ec85 commit f57dde1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ jobs:
196196
- name: Test bundling and installation
197197
if: ${{ matrix.spec.name == 'Linux' }}
198198
run: |
199+
# Test prod build instead of dev.
200+
npm run clean
201+
npm run build
199202
# Note: this modifies package.json to test puppeteer-core, so we test this last.
200203
npm run test:install
201204
@@ -220,7 +223,7 @@ jobs:
220223
ls .local-chromium
221224
- name: Build
222225
run: |
223-
npm run build:dev
226+
npm run build
224227
docker/pack.sh
225228
- name: Build docker image
226229
working-directory: ./docker

0 commit comments

Comments
 (0)