diff --git a/package.json b/package.json index 04927e36..7c110802 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "grab": "tsx scripts/commands/epg/grab.ts", "lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"", "test": "cross-env TZ=Pacific/Nauru npx jest --runInBand", - "postinstall": "npm --ignore-scripts || npm run api:load", + "postinstall": "npm run api:load", "prepare": "husky" }, "private": true,