@rubytech/create-maxy 1.0.1 → 1.0.2

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/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -282,7 +282,6 @@ function buildPlatform() {
282
282
  // Stop the running service before rebuilding (upgrade path)
283
283
  spawnSync("systemctl", ["--user", "stop", "maxy"], { stdio: "pipe" });
284
284
  shell("npm", ["install", "--quiet"], { cwd: join(INSTALL_DIR, "platform") });
285
- shell("npm", ["run", "build"], { cwd: join(INSTALL_DIR, "platform") });
286
285
  shell("npm", ["install", "--quiet"], { cwd: join(INSTALL_DIR, "maxy") });
287
286
  shell("npm", ["run", "build"], { cwd: join(INSTALL_DIR, "maxy") });
288
287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-maxy",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Install Maxy — your personal AI assistant",
5
5
  "bin": {
6
6
  "create-maxy": "./dist/index.js"