Skip to content

Commit

Permalink
chore: actions: lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 5, 2023
1 parent 42b9521 commit bc7b63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Redrun
run: npm i npm redrun -g
run: npm redrun lerna -g
- name: Install
run: npm i
run: lerna bootstrap
- name: Lint
run: redrun fix:lint
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit bc7b63b

Please sign in to comment.