Skip to content

Commit

Permalink
chore: Kjør lint før build
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfrode committed Jan 14, 2025
1 parent c39f7eb commit 1fd1082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
with:
node-version: 18
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run build
- run: npm test -- --ci
- name: Build component overview page
if: ${{ !github.event.pull_request.head.repo.fork }}
Expand Down

0 comments on commit 1fd1082

Please sign in to comment.