Skip to content

Commit

Permalink
πŸš‘ Fix CI script
Browse files Browse the repository at this point in the history
Remove Lerna.
Use Yarn 2.
  • Loading branch information
gluons committed May 30, 2021
1 parent 9167294 commit 3e728f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: npm install -g lerna
- run: lerna bootstrap
- run: yarn
- run: yarn test

0 comments on commit 3e728f1

Please sign in to comment.