Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/leanupjs/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Dec 30, 2020
2 parents 65e6934 + 9b193ab commit b9d1ab7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/node-v15.npm-v7.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: |
npm i lerna --no-save
npx lerna exec --ignore=@template/* --no-bail --parallel -- npm install
run: npm run update
- name: Test all framework variants
run: |
rm ../.eslintrc.js
sh wake-up-all.sh ${{github.event.inputs.tag}}
run: sh wake-up-all.sh ${{github.event.inputs.tag}}
working-directory: scripts

0 comments on commit b9d1ab7

Please sign in to comment.