diff --git a/package.json b/package.json index 179c622b77d..37f4a7fe7a2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "docs": "typedoc", "depcruise": "depcruise src test", "depcruise:graph": "depcruise src --output-type dot | node dependency-graph.js > dependency-graph.svg", - "postinstall": "lefthook install; git submodule update --init --recursive", + "postinstall": "lefthook install && git submodule update --init --recursive", "update-version:patch": "pnpm version patch --force --no-git-tag-version", "update-version:minor": "pnpm version minor --force --no-git-tag-version", "update-locales:remote": "git submodule update --progress --init --recursive --force --remote"