Skip to content

Commit

Permalink
fix: chmod the cli for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Apr 23, 2019
1 parent 28fc5da commit 75bdca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"start": "./bin/cli.js",
"test": "jest --coverage",
"build": "tsc && cp -R templates build/.",
"build": "tsc && cp -R templates build/. && chmod +x build/src/cli.js",
"watch:build": "tsc --watch",
"watch:test": "jest --watch"
},
Expand Down

0 comments on commit 75bdca7

Please sign in to comment.