Skip to content

Commit a602741

Browse files
authored
fix(mql-typescript): bundle the out folder which contains the generated schema (#550)
bundle the mql-typescript out folder which contains the generated schema
1 parent 9a7ef7b commit a602741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mql-typescript/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"files": [
2222
"dist",
23-
"bin"
23+
"bin",
24+
"out"
2425
],
2526
"bin": {
2627
"mql-typescript": "bin/runner.js"

0 commit comments

Comments
 (0)