Skip to content

Commit

Permalink
[ci] we have to build packages before test them since we rely on pack…
Browse files Browse the repository at this point in the history
…age.exports property
  • Loading branch information
grasword committed Oct 16, 2023
1 parent 821fea1 commit a8e6686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
node-version-file: 'package.json'
- run: npm ci
# - run: npm run check --ws
- run: npm run test --ws
- run: npm run build --ws
- run: npm run check --ws
- run: npm run test --ws

0 comments on commit a8e6686

Please sign in to comment.