Skip to content

Commit d3a9dc9

Browse files
cevianclaude
andcommitted
chore: make CLI executable after build
Adds chmod +x to build script for development use (running CLI directly without npm install). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3e345d8 commit d3a9dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"templates"
2323
],
2424
"scripts": {
25-
"build": "tsc --build",
25+
"build": "tsc --build && chmod +x dist/cli/index.js",
2626
"test": "vitest run",
2727
"test:watch": "vitest"
2828
},

0 commit comments

Comments
 (0)