We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3b436 commit dcb035fCopy full SHA for dcb035f
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"start": "ts-node src/index.ts",
11
"prepare": "npm run build",
12
- "build": "tsc"
+ "build": "tsc && chmod +x dist/index.js"
13
},
14
"keywords": [],
15
"author": "@Cafe137",
0 commit comments