Monorepo: update git postmerge hook. (#49130)
This PR updates the post-merge git hook, which executes pnpm install (now with --frozen-lockfile flag) in order to speed it up. See https://pnpm.io/cli/install#--frozen-lockfile for details.
This commit is contained in:
parent
59a1e5394b
commit
c706510049
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
pnpm install
|
||||
pnpm install --frozen-lockfile
|
||||
|
|
Loading…
Reference in New Issue