dotenv-run-script

Run NPM scripts with different environments

APACHE-2.0 License

Downloads
20.9K
Stars
15
Committers
4

Bot releases are hidden (Show)

dotenv-run-script - v0.4.1 Fixed passing parsed arguments Latest Release

Published by kraenhansen about 1 year ago

During the refactor, I made a silly mistake. which wasn't caught since the package was tested against an old version instead of the one in the mono-repo.

Thanks to @vasiliy0s for reporting #9.

dotenv-run-script - v0.4.0 Using `npm.cmd` on 32bit Windows

Published by kraenhansen about 1 year ago

Now using npm.cmd as command on 32bit Windows.

Thanks to @naive17 for the PR.

dotenv-run-script - v0.3.0 Passing shell: true on Windows

Published by kraenhansen over 1 year ago

Now passing shell: true option on Windows.

Thanks to @ArturM94 for the PR and @floyd-may for the original issue!

dotenv-run-script - v0.2.0 Propagating exit status code

Published by kraenhansen almost 3 years ago

This release adds propagation of the exit status code from the child process.

Thanks to @styx0r for the PR!

dotenv-run-script - v0.1.0 Initial release

Published by kraenhansen almost 3 years ago