From fef6c50bf165a6ab5f5b1f78347488a9d16b946a Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:55:19 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 452b171b..104754b8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "run-script-os", "test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand", "test:default": "TZ=Pacific/Nauru npx jest --runInBand", - "postinstall": "npm run api:load", + "postinstall": "test -n \"$SKIP_POSTINSTALL\" || npm run api:load", "prepare": "husky" }, "private": true,