Skip to content

Commit f86e073

Browse files
committed
ci: try to avoid building the addon for linting
1 parent 272d45f commit f86e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Check Node.js version
2323
run: node -pe process.versions
2424
- name: Install ESLint + ESLint configs/plugins
25-
run: npm install --only=dev
25+
run: npm install --omit=prod --include=dev --ignore-scripts
2626
- name: Lint files
2727
run: npm run lint

0 commit comments

Comments
 (0)