From d711127d78f7edda525700da6a9c394d53b9009f Mon Sep 17 00:00:00 2001 From: Yaniv Davidi Date: Mon, 30 Aug 2021 15:43:31 +0300 Subject: [PATCH] ci: speed up lint workflow with hoisting (#648) Co-authored-by: Valentin Marchaud --- .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 2c9d60566d..0eacabf9ca 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 --ignore-scripts -- --only=dev + npx lerna bootstrap --no-ci --hoist --nohoist='zone.js' --ignore-scripts -- --only=dev - name: Lint run: npm run lint