mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Fix "test" error on Windows
Details: https://github.com/iptv-org/epg/pull/2562#issuecomment-2571339858
This commit is contained in:
@@ -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": "test -n \"$SKIP_POSTINSTALL\" || npm run api:load",
|
||||
"postinstall": "skip-postinstall || npm run api:load",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"private": true,
|
||||
@@ -83,6 +83,7 @@
|
||||
"pdf-parse": "^1.1.1",
|
||||
"serve": "^14.2.4",
|
||||
"signale": "^1.4.0",
|
||||
"skip-postinstall": "^1.0.0",
|
||||
"srcset": "^4.0.0",
|
||||
"table2array": "^0.0.2",
|
||||
"tabletojson": "^2.0.7",
|
||||
|
||||
Reference in New Issue
Block a user