Skip to content

Commit 89227e5

Browse files
committed
fix: add executable permission to CLI entrypoint after build
1 parent 16c7d1c commit 89227e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

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

0 commit comments

Comments
 (0)