Skip to content

Commit 1fd1082

Browse files
committed
chore: Kjør lint før build
1 parent c39f7eb commit 1fd1082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
node-version: 18
1717
- run: npm install
18-
- run: npm run build
1918
- run: npm run lint
19+
- run: npm run build
2020
- run: npm test -- --ci
2121
- name: Build component overview page
2222
if: ${{ !github.event.pull_request.head.repo.fork }}

0 commit comments

Comments
 (0)