Skip to content

Commit

Permalink
[chore] run pnpm with --frozen-lockfile in pre-push hook (sveltejs#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry authored Dec 22, 2021
1 parent ad321f8 commit 00b47f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -e

pnpm i
pnpm install --frozen-lockfile
pnpm lint
pnpm check

0 comments on commit 00b47f0

Please sign in to comment.