parent
a57373be4e
commit
d58870bb71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install dependencies 🚀
|
- name: Install dependencies 🚀
|
||||||
run: npm ci --prefer-offline --no-audit
|
run: npm ci --prefer-offline --no-audit --omit=optional
|
||||||
|
|
||||||
- name: Run linter(s) 💅
|
- name: Run linter(s) 💅
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
|
|
Loading…
Reference in a new issue