[Dev] Fix git config command in package.json postinstall script

This commit is contained in:
NightKev 2025-10-23 20:04:15 -07:00
parent 4acd39d703
commit b3bee27d8a

View File

@ -27,7 +27,7 @@
"biome-ci": "biome ci --diagnostic-level=error --reporter=github --no-errors-on-unmatched",
"typedoc": "typedoc",
"depcruise": "depcruise src test",
"postinstall": "lefthook install; git config --local recurse.submodules true",
"postinstall": "lefthook install; git config --local fetch.recurseSubmodules true",
"update-version:patch": "pnpm version patch --force --no-git-tag-version",
"update-version:minor": "pnpm version minor --force --no-git-tag-version",
"update-locales": "git submodule update --progress --init --recursive --depth 1 locales",