remove ignore scripts in or condition postinstall, unnecessary

This commit is contained in:
theofficialomega
2026-04-09 01:24:36 +02:00
parent 478d2c5479
commit ee856068e9

View File

@@ -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,