Skip to content

Commit c91d9bc

Browse files
authored
Update package.json files to include build/schemas (#167)
1 parent 2a15556 commit c91d9bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"files": [
2424
"build/src",
2525
"templates",
26-
"schemas"
26+
"schemas",
27+
"build/schemas"
2728
],
2829
"repository": "stainless-api/release-please",
2930
"keywords": [
@@ -113,4 +114,4 @@
113114
"yaml": "^2.2.2",
114115
"yargs": "^17.0.0"
115116
}
116-
}
117+
}

0 commit comments

Comments
 (0)