Skip to content

Commit

Permalink
chore: update workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
Javey committed Mar 18, 2022
1 parent 3206631 commit 11a548b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn global add codecov
- run: yarn --immutable
- run: yarn lerna exec -- "yarn --immutable"
- run: yarn global add codecov lerna
- run: lerna exec --parallel -- "yarn --immutable"
- run: yarn gulp doc:prepare
- run: yarn build
- run: yarn test:all
Expand Down

0 comments on commit 11a548b

Please sign in to comment.