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:10:57 -04:00
parent fb7ae55d49
commit 4ef022aa0e

View File

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