Skip to content

Commit 0d54e06

Browse files
committed
Fix bad Quicktype command parsing
1 parent cf6fad8 commit 0d54e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"undist": "tsx scripts/undist.ts",
2424
"feature-init": "tsx scripts/feature-init.ts",
2525
"format": "npx prettier --write .",
26-
"schematypes": "sh -c \"npx quicktype --lang='typescript' --src-lang schema --src ./schemas/data.schema.json --just-types='yes' --prefer-unions='yes' --prefer-const-values='yes' --top-level=WebFeaturesData | prettier --stdin-filepath ./types.quicktype.ts\"",
26+
"schematypes": "sh -c \"npx quicktype --lang='typescript' --src-lang schema --src ./schemas/data.schema.json --just-types --prefer-unions --prefer-const-values --top-level=WebFeaturesData | prettier --stdin-filepath ./types.quicktype.ts\"",
2727
"schematypes:write": "npm run --silent schematypes > ./types.quicktype.ts",
2828
"test:caniuse": "tsx scripts/caniuse.ts",
2929
"test:coverage": "npm run --workspaces test:coverage",

0 commit comments

Comments
 (0)