mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 23:05:23 +01:00
[Dev] Fix git config command in package.json postinstall script
This commit is contained in:
parent
4acd39d703
commit
b3bee27d8a
@ -27,7 +27,7 @@
|
|||||||
"biome-ci": "biome ci --diagnostic-level=error --reporter=github --no-errors-on-unmatched",
|
"biome-ci": "biome ci --diagnostic-level=error --reporter=github --no-errors-on-unmatched",
|
||||||
"typedoc": "typedoc",
|
"typedoc": "typedoc",
|
||||||
"depcruise": "depcruise src test",
|
"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:patch": "pnpm version patch --force --no-git-tag-version",
|
||||||
"update-version:minor": "pnpm version minor --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",
|
"update-locales": "git submodule update --progress --init --recursive --depth 1 locales",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user