From 4a710e67a723a4e3b8ae01f1bade0ce456be3719 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Tue, 31 Aug 2021 10:36:59 +0300 Subject: [PATCH] fix: lint failure in ci due to hoisting --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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