Update package.json

This commit is contained in:
freearhey 2025-01-03 12:55:19 +03:00
parent 786e95a388
commit fef6c50bf1

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": "npm run api:load",
"postinstall": "test -n \"$SKIP_POSTINSTALL\" || npm run api:load",
"prepare": "husky"
},
"private": true,