Skip to content

Commit

Permalink
Fix broken GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
frostburn committed May 16, 2024
1 parent b87f369 commit 8b01f59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: cp vite.config.ts.template vite.config.ts
- run: npm ci
- run: npm run build --if-present
- run: npm run lint:no-fix
Expand Down

0 comments on commit 8b01f59

Please sign in to comment.