Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Jan 25, 2024
1 parent 2df56ff commit a89bf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run typeCheck
env:
USERNAME: ${{ vars.USERNAME }}
EMAIL: ${{ vars.EMAIL }}
- run: npm run typeCheck
- run: npm run lint
- name: Upload pages artifacts
# https://github.com/actions/upload-pages-artifact
Expand Down

0 comments on commit a89bf00

Please sign in to comment.