Skip to content

Commit

Permalink
fix: lint failure in ci due to hoisting (open-telemetry#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Blum authored Aug 31, 2021
1 parent ebbdb74 commit 9197fc3
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 --hoist --nohoist='zone.js' --ignore-scripts -- --only=dev
npx lerna bootstrap --no-ci --hoist --nohoist='zone.js' --nohoist='gts' --ignore-scripts -- --only=dev
- name: Lint
run: npm run lint

0 comments on commit 9197fc3

Please sign in to comment.