Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Oct 10, 2023
1 parent 5f9337c commit 3df1500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Make Bundles
run: |
npm run clean:bundles
npm run bundle
npm run clean:bundles || true
npm run bundle || true
- name: Run Tests
run: npm test
Expand Down

0 comments on commit 3df1500

Please sign in to comment.