From 825c97c49c39a7ca6f4c14fcbe3614f152578fd1 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Wed, 30 Jun 2021 19:50:20 +0300 Subject: [PATCH] fix: switch postinstall to prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 384fa58..6379084 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "docs": "sasjs doc && ./sasjs/utils/build.sh", "test": "sasjs test -t viya", "lint": "sasjs lint", - "postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true" + "prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true" }, "devDependencies": { "@sasjs/cli": "2.27.0"