mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Fix "test" error on Windows
Details: https://github.com/iptv-org/epg/pull/2562#issuecomment-2571339858
This commit is contained in:
parent
e8f89b216c
commit
ae7b32b079
3 changed files with 22 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue