diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0eacabf9ca..274c7d492e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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