This release includes a couple of fixes and features
- fix a crash when optional build command is not specified (Fixes #68, #65)
- Allow supplying multiple commands e.g.
build: npm run ci && npm run build
which wasn't possible before - added option to run in a specified directory
cwd: packages/example
(Fixes #66, #89) - fix error with missing dependency (Fixes #109)
- update documentation so it is clear on which version to use (Fixes #67, #96)
Huge thanks to the contributors @joltcoke and @justin-barca-at-camis