Skip to content

Releases: BerniWittmann/background-server-action

v1.1.1

06 Jul 12:52
fbfaacb
Compare
Choose a tag to compare

This release removes the requirement to set command-windows as it might not be necessary in all use cases (#138)

v1.1.0

21 Jan 11:04
4cd0c67
Compare
Choose a tag to compare

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

1.0.0 Initial Release

26 Jul 06:37
4cd0c67
Compare
Choose a tag to compare

Initial release with basic features

1.0.4

26 Jul 08:31
a23f914
Compare
Choose a tag to compare

Fixed bug where main command was not waited for completion and instead immediately resolved

1.0.3

26 Jul 08:19
1de8bb5
Compare
Choose a tag to compare

Fixed bug where main command was not waited for completion and instead immediately resolved

1.0.2

26 Jul 07:05
99fceaa
Compare
Choose a tag to compare

Correctly bundle code into dist release

1.0.1

26 Jul 06:57
e67df0b
Compare
Choose a tag to compare

Install uninstalled dependencies to make the action work again