diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 16c3a9fdee..2c4a526004 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci' + run: 'npm ci --only=dev' - name: 'Run linting' run: 'npm run lint:all'