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:
Vladimir Reznichenko 2024-07-04 17:45:09 +02:00 committed by GitHub
parent 59a1e5394b
commit c706510049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm install
pnpm install --frozen-lockfile