Skip to content

Commit dcb035f

Browse files
committed
fix: add +x to index.js
1 parent 9e3b436 commit dcb035f

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
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"start": "ts-node src/index.ts",
1111
"prepare": "npm run build",
12-
"build": "tsc"
12+
"build": "tsc && chmod +x dist/index.js"
1313
},
1414
"keywords": [],
1515
"author": "@Cafe137",

0 commit comments

Comments
 (0)