Fixed post install step
Some checks failed
Publish Library / Build NPM Project (push) Failing after 7s
Publish Library / Tag Version (push) Has been skipped

This commit is contained in:
2026-08-24 11:09:50 -04:00
parent bc90557de7
commit fb7ae55d49

View File

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