Skip to content

Commit 00b47f0

Browse files
authored
[chore] run pnpm with --frozen-lockfile in pre-push hook (sveltejs#3085)
1 parent ad321f8 commit 00b47f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -e
44

5-
pnpm i
5+
pnpm install --frozen-lockfile
66
pnpm lint
77
pnpm check

0 commit comments

Comments
 (0)