@goodnesshq/opencode-notification 0.1.3 → 0.1.4
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.
- package/bin/ocn.mjs +1 -3
- package/package.json +1 -1
package/bin/ocn.mjs
CHANGED
|
@@ -111,9 +111,7 @@ async function setup() {
|
|
|
111
111
|
|
|
112
112
|
await installAssets({ showNextSteps: false });
|
|
113
113
|
|
|
114
|
-
console.log(
|
|
115
|
-
|
|
116
|
-
console.log("\nRunning repo installer...");
|
|
114
|
+
console.log("Running repo installer...");
|
|
117
115
|
const notifyPath = join(cwd, ".opencode", "notify-init.mjs");
|
|
118
116
|
const { spawnSync } = await import("node:child_process");
|
|
119
117
|
const result = spawnSync("node", [notifyPath], { stdio: "inherit" });
|