Skip to content

Commit

Permalink
Try changing action order.
Browse files Browse the repository at this point in the history
Also run esbuild.
  • Loading branch information
ribrdb committed Dec 27, 2023
1 parent e43d1f3 commit cd5e07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run build --if-present
- run: npm run esbuild

0 comments on commit cd5e07d

Please sign in to comment.