slackhive 0.1.32 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -388,7 +388,7 @@ async function init(opts) {
388
388
  */
389
389
  function runDockerBuild(cwd, displayDir) {
390
390
  return new Promise((resolve) => {
391
- const proc = (0, child_process_1.spawn)('docker', ['compose', 'up', '-d', '--build', '--progress', 'plain'], {
391
+ const proc = (0, child_process_1.spawn)('docker', ['compose', '--progress', 'plain', 'up', '-d', '--build'], {
392
392
  cwd,
393
393
  env: { ...process.env },
394
394
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slackhive",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "CLI to install and manage SlackHive — AI agent teams on Slack",
5
5
  "bin": {
6
6
  "slackhive": "./dist/index.js"