@hoverlover/cc-dev-team 0.1.12 → 0.1.14

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.
Files changed (2) hide show
  1. package/index.js +5 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -218,6 +218,11 @@ async function update() {
218
218
  cwd: join(INSTALL_DIR, 'dashboard'),
219
219
  stdio: 'inherit'
220
220
  });
221
+ log(' Rebuilding dashboard...');
222
+ execSync('bun run build', {
223
+ cwd: join(INSTALL_DIR, 'dashboard'),
224
+ stdio: 'inherit'
225
+ });
221
226
  execSync('./scripts/install.sh', {
222
227
  cwd: INSTALL_DIR,
223
228
  stdio: 'inherit'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoverlover/cc-dev-team",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "Multi-agent orchestration for Claude Code - coordinate AI agents for software development",
5
5
  "type": "module",
6
6
  "bin": {