From ee856068e9107790cdfc7039c602eb82a544f317 Mon Sep 17 00:00:00 2001 From: theofficialomega <30985701+BellezaEmporium@users.noreply.github.com> Date: Thu, 9 Apr 2026 01:24:36 +0200 Subject: [PATCH] remove ignore scripts in or condition postinstall, unnecessary --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,