From f55cfae6e4ccc1df949212999406680020d27f9c Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 28 Nov 2022 13:05:50 +0100 Subject: [PATCH] fix(ci): ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46990a7..b5adad3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cli": "node ./packages/cli/bin/cli.js", "dev:debug": "node --inspect ./example-app/app.js", "dev": "node ./example-app/app.js", - "prepare": "husky install" + "prepare": "npx husky install" }, "workspaces": [ "packages/bot",