Skip to content

Commit f68d05c

Browse files
committed
fix(cli): add missing shebang (#807)
Closes ACTR-74
1 parent c139e34 commit f68d05c

File tree

4 files changed

+3
-128
lines changed

4 files changed

+3
-128
lines changed

packages/actor-core-cli/tsup.config.bundled_w1p5t9p450g.mjs

Lines changed: 0 additions & 66 deletions
This file was deleted.

packages/actor-core-cli/tsup.config.bundled_xdlqkb7qzch.mjs

Lines changed: 0 additions & 61 deletions
This file was deleted.

packages/actor-core/src/cli/mod.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
if (require.main !== module) {
24
throw new Error("This script must be run directly");
35
}
@@ -50,7 +52,7 @@ console.log(colours.bg.red + " ".repeat(msg.length) + colours.reset);
5052
console.log();
5153

5254
console.log(
53-
`To get access to the ActorCore CLI, ${colours.fg.red}tsc${colours.reset}, from the command line either:\n`,
55+
`To get access to the ActorCore CLI, ${colours.fg.red}@actor-core/cli${colours.reset}, from the command line either:\n`,
5456
);
5557

5658
console.log(

packages/actor-core/tsup.config.bundled_ohgzsr2o5uc.mjs

Whitespace-only changes.

0 commit comments

Comments
 (0)