Skip to content

Commit

Permalink
Merge branch 'main' into publish-test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Aug 30, 2021
2 parents 1db017a + d711127 commit 97a1efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
npm install --only=dev --ignore-scripts
npx lerna bootstrap --no-ci --ignore-scripts -- --only=dev
npx lerna bootstrap --no-ci --hoist --nohoist='zone.js' --ignore-scripts -- --only=dev
- name: Lint
run: npm run lint

0 comments on commit 97a1efc

Please sign in to comment.