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