Skip to content

v0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 01:09
· 378 commits to master since this release
Fix prepend op not reverting multiple paths in a single op.

eg. This would not get reverted:

    PATH: "${HERMIT_ENV}/node_modules/.bin:${NPM_CONFIG_PREFIX}/bin:${PATH}",

Fixes #47