Skip to content

Commit 0193f96

Browse files
committed
script for lock file update
1 parent 4cd93dd commit 0193f96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"clean:lock": "rm -f pnpm-lock.yaml",
2020
"clean:all": "pnpm store prune && rm -rf node_modules && pnpm run clean:packages",
2121
"setup": "pnpm run clean:all && pnpm run bootstrap && pnpm run build",
22-
"prepare": "npx husky && chmod +x .husky/pre-commit"
22+
"prepare": "npx husky && chmod +x .husky/pre-commit",
23+
"update:lockfile": "pnpm install --lockfile-only"
2324
},
2425
"license": "MIT",
2526
"packageManager": "pnpm@10.28.0",

0 commit comments

Comments
 (0)