Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Oct 2, 2023
1 parent db89cf6 commit 04327b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm ci --no-audit

- name: Build for production
run: npm run build:production
run: npm run build

- name: Run ESLint
run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm ci --no-audit

- name: Build for production
run: npm run build:production
run: npm run build

- name: Run tests
run: npm run test

0 comments on commit 04327b8

Please sign in to comment.