We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b87e64 commit 621032cCopy full SHA for 621032c
1 file changed
package.json
@@ -19,7 +19,8 @@
19
"clean:lock": "rm -f pnpm-lock.yaml",
20
"clean:all": "pnpm store prune && rm -rf node_modules && pnpm run clean:packages",
21
"setup": "pnpm run clean:all && pnpm run bootstrap && pnpm run build",
22
- "prepare": "npx husky && chmod +x .husky/pre-commit"
+ "prepare": "npx husky && chmod +x .husky/pre-commit",
23
+ "update:lockfile": "pnpm install --lockfile-only"
24
},
25
"license": "MIT",
26
"packageManager": "pnpm@10.28.0",
0 commit comments