We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdc8a2 commit 15e7243Copy full SHA for 15e7243
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: 22
23
24
- name: Install dependencies
25
- run: npm ci --omit=optional
+ run: npm ci
26
27
- name: Run linter
28
run: npm run lint
0 commit comments