Skip to content

Commit 2cc62fb

Browse files
committed
fix: chmod +x on cli
1 parent 72ce2e8 commit 2cc62fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "UNLICENSED",
1010
"packageManager": "[email protected]",
1111
"scripts": {
12-
"build": "tsc -p tsconfig.build.json",
12+
"build": "tsc -p tsconfig.build.json && chmod +x build/cli.js",
1313
"clean": "yarn dlx rimraf ./dist",
1414
"lint": "eslint .",
1515
"test": "vitest"

0 commit comments

Comments
 (0)