We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272d45f commit f86e073Copy full SHA for f86e073
.github/workflows/lint.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Check Node.js version
23
run: node -pe process.versions
24
- name: Install ESLint + ESLint configs/plugins
25
- run: npm install --only=dev
+ run: npm install --omit=prod --include=dev --ignore-scripts
26
- name: Lint files
27
run: npm run lint
0 commit comments