diff --git a/mise.toml b/mise.toml index 276b0310..8316fcd3 100644 --- a/mise.toml +++ b/mise.toml @@ -16,7 +16,7 @@ gh = 'latest' # NPM DEPS [tasks.npm-install] -run = 'npm install --prefix assets' +run = 'npm ci --prefix assets' hide = true [tasks.npm-update]