Skip to content

Commit

Permalink
use yarn for build
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Oswald committed Feb 12, 2024
1 parent 81cff16 commit 2da9a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
- run: yarn build
- run: yarn test

0 comments on commit 2da9a4e

Please sign in to comment.