Fixed post install step
All checks were successful
Publish Library / Build NPM Project (push) Successful in 13s
Publish Library / Tag Version (push) Successful in 8s

This commit is contained in:
2026-08-24 11:12:03 -04:00
parent 4ef022aa0e
commit bfb3f0efd3

View File

@@ -12,7 +12,7 @@
}, },
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"postinstall": "node bin/install-kiwix.js" "postinstall": "node ./bin/install-kwix.js"
}, },
"dependencies": { "dependencies": {
"@ztimson/utils": "^0.30.7", "@ztimson/utils": "^0.30.7",