fix: use npm ci instead of npm install in pre-commit hook

npm ci is faster and ensures exact lockfile versions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jdx 2026-03-22 15:44:13 +00:00
parent 508514947d
commit 9b08810a42
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -1,5 +1,5 @@
# shellcheck disable=SC1091
npm install
npm ci
npm run all
git add dist