Skip to content

Commit

Permalink
v0.7.12 (#331)
Browse files Browse the repository at this point in the history
See CHANGELOG

* Make jsii-tree executable
  • Loading branch information
Elad Ben-Israel committed Dec 11, 2018
1 parent ad3c6d8 commit 82990c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"jsii-tree": "bin/jsii-tree"
},
"scripts": {
"build": "tsc",
"build": "tsc && chmod +x bin/jsii-tree",
"watch": "tsc -w",
"test": "jest",
"package": "package-js"
Expand Down

0 comments on commit 82990c5

Please sign in to comment.