Skip to content

Commit

Permalink
ci: use lerna run
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Sep 16, 2021
1 parent 1bc8edd commit b7266e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
npm install
npm run setup
- run: |
npm run all
npx lerna run all

0 comments on commit b7266e4

Please sign in to comment.