Skip to content

Commit

Permalink
[ops] Remove unnecessary build step in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peterver committed Apr 9, 2024
1 parent 041064d commit 3f45372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run lint

0 comments on commit 3f45372

Please sign in to comment.