Skip to content

Commit

Permalink
fix lerna command
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Jul 1, 2024
1 parent 7d94310 commit 2e8cea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
node-version: '20'
- run: npm ci
- run: npx lerna bootstrap
- run: npx lerna build
- run: npx lerna run build
- run: npx lerna run test

0 comments on commit 2e8cea1

Please sign in to comment.