Skip to content

Commit

Permalink
fixes test script, i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Dec 29, 2023
1 parent e9c1a19 commit f0c85ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
cache: 'npm'
- name: Setup repo
run: npm ci
- name: Build all files to check types
- name: Build all files to check types (dev)
run: npm run build:dev
- name: Build all files to check types (prod)
run: npm run build:prod
- name: Generate bundle stats
run: npm run build:stats
Expand Down

0 comments on commit f0c85ca

Please sign in to comment.