mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
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:
parent
508514947d
commit
9b08810a42
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# shellcheck disable=SC1091
|
||||
|
||||
npm install
|
||||
npm ci
|
||||
npm run all
|
||||
git add dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue