Revert "remove --omit=optional"

This reverts commit fe695e689f.
This commit is contained in:
acalcutt 2025-03-16 13:35:53 -04:00
parent a57373be4e
commit d58870bb71

View file

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