Skip to content

Commit

Permalink
Mark dist/cli.js executable (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored Jan 31, 2022
1 parent 3d416ba commit 1caa2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ts/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=10"
},
"scripts": {
"build": "tsc",
"build": "tsc && chmod +x dist/cli.js",
"start": "npm run build && dist/cli.js",
"pretest": "npm run build",
"test": "xo && ava"
Expand Down

0 comments on commit 1caa2f2

Please sign in to comment.