From 88c7eeb7feaf9405ad0221079621a5f325ca3a23 Mon Sep 17 00:00:00 2001 From: atticusofsparta Date: Sun, 27 Oct 2024 17:49:55 -0600 Subject: [PATCH] fix(install): change postinstall to prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4780dd2..4112ca3 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "docs:dev": "yarn predocs && vitepress dev ./docs", "docs:build": "yarn predocs && vitepress build ./docs", "docs:publish": "yarn docs:build && node tools/deploy-docs.mjs", - "postinstall": "husky install" + "prepare": "husky install" }, "dependencies": { "@dha-team/arbundles": "^1.0.1",