Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-cejchan authored Jun 14, 2024
1 parent f3bb69b commit 9540f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
working-directory: ${{env.working-directory}}

- name: Run tests
run: npm run test:headless
run: npm run test
working-directory: ${{env.working-directory}}

- name: Build
run: npm run build:prod
run: npm run build
working-directory: ${{env.working-directory}}

0 comments on commit 9540f64

Please sign in to comment.