From 20a9436ff1301cf5ff1ba803721204c2101d7362 Mon Sep 17 00:00:00 2001 From: Tze Zhe Brandon Lim Date: Wed, 18 Oct 2023 09:30:44 -0400 Subject: [PATCH] add husky install (#631) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 986815aca..cde392aaa 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "lint": "eslint packages/ --ext .ts,.tsx .", "tsc": "yarn workspaces foreach -v --exclude . run tsc", "g:babel": "cd $INIT_CWD && babel", - "g:cross-env": "cd $INIT_CWD && cross-env" + "g:cross-env": "cd $INIT_CWD && cross-env", + "postinstall": "husky install" }, "dependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6",