mirror of
https://github.com/iptv-org/epg
synced 2026-04-12 13:52:55 -04:00
remove ignore scripts in or condition postinstall, unnecessary
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user