Skip to content

Commit b6c0a35

Browse files
authored
fix(jsii-reflect): advertise jsii-query via bin entry of package.json (#4974)
Without this entry it will not be symlinked into the right spot. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent cfb6580 commit b6c0a35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/jsii-reflect/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"main": "lib/index.js",
2323
"types": "lib/index.d.ts",
2424
"bin": {
25-
"jsii-tree": "bin/jsii-tree"
25+
"jsii-tree": "bin/jsii-tree",
26+
"jsii-query": "bin/jsii-query"
2627
},
2728
"scripts": {
2829
"build": "tsc --build && chmod +x bin/jsii-tree && yarn lint",

0 commit comments

Comments
 (0)