Fix "test" error on Windows

Details: https://github.com/iptv-org/epg/pull/2562#issuecomment-2571339858
This commit is contained in:
freearhey 2025-01-04 20:49:06 +03:00
parent e8f89b216c
commit ae7b32b079
3 changed files with 22 additions and 1 deletions

View file

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