Releases: U-C-S/zola-npm
Releases · U-C-S/zola-npm
v0.3.7
zola-bin-linux@0.17.3 - Fix SpawnSync EACCESS error
This is a hotfix release
- Fixes SpawnSync EACCESS error when running
npx zola-bin
cmds in linux platform
Reason
Currently, npm publish
and npm pack --pack-destination {DEST}
for some reason removes the execution permissions of the bundled binary and won't let bin execute when unpacked. Cause can be specific to my OS (WSL/Debian) or npm itself (in which case needs to be reproduced and made an issue in npm/cli repo later).
Fixed it after just doing running cmds npm pack
and npm publish {PATH TO TARBALL}
independently, which somehow fixed it, unlike previously where I directly used npm publish
which also does packing.
v0.3.6
What's Changed
- Update zola version to latest v0.17.1 (no v0.17.0)
- Support env variables in script update zola to next version by @kogeletey in #20
- Other minor fixes/updates with scripts in tests, getzola.js
Use latest platform versions
zola-bin-darwin: "0.17.1"
zola-bin-win32: "0.17.2"
zola-bin-linux: "0.17.3"
(Fixed EACCESS error)
Full Changelog: v0.3.5...v0.3.6