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,