remove --omit=optional

This commit is contained in:
acalcutt 2025-03-16 13:23:14 -04:00
parent 3110cab18f
commit fe695e689f

View file

@ -29,7 +29,7 @@ jobs:
cache: 'npm'
- name: Install dependencies 🚀
run: npm ci --prefer-offline --no-audit --omit=optional
run: npm ci --prefer-offline --no-audit
- name: Run linter(s) 💅
uses: wearerequired/lint-action@v2