Update CI workflow to use npm install --only=dev instead of npm ci
Some checks failed
CI / build-and-publish (push) Failing after 27s

This commit is contained in:
Space-Banane
2026-02-17 16:10:59 +01:00
parent 6a5a2adbdc
commit d5a86b84a3

View File

@@ -16,7 +16,7 @@ jobs:
with:
node-version: '24'
- run: npm ci
- run: npm install --only=dev
- name: web-ext lint
run: npx web-ext lint -v