Skip to content

Commit 888fb1e

Browse files
committed
Run webpack dev build instead of prod
1 parent 4a5e7dd commit 888fb1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-node-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ jobs:
193193
make env_decrypt || true
194194
env:
195195
ENV_PASSWORD: ${{ secrets.ENV_PASSWORD }}
196-
- name: Webpack build
197-
run: npm run webpack:prod
196+
- name: Webpack dev build
197+
run: npm run webpack:dev
198198
shell: bash
199199
- name: Run cypress e2e tests
200200
uses: cypress-io/github-action@v4
@@ -289,8 +289,8 @@ jobs:
289289
make env_decrypt || true
290290
env:
291291
ENV_PASSWORD: ${{ secrets.ENV_PASSWORD }}
292-
- name: Webpack build
293-
run: npm run webpack:prod
292+
- name: Webpack dev build
293+
run: npm run webpack:dev
294294
shell: bash
295295
- name: Install playwright browsers
296296
run: yarn playwright install --with-deps chromium

0 commit comments

Comments
 (0)