Skip to content

Commit 0cebb8f

Browse files
committed
Fix generate-json-schemas script
1 parent 09d8323 commit 0cebb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/generate-json-schemas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generate_schema () {
1919
--type $2 \
2020
--out json-schemas-tmp/$2.json \
2121
--tsconfig tsconfig.json \
22-
--additional-properties true \
22+
--additional-properties \
2323
--no-type-check
2424
}
2525

0 commit comments

Comments
 (0)