File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
"undist" : " tsx scripts/undist.ts" ,
24
24
"feature-init" : " tsx scripts/feature-init.ts" ,
25
25
"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\" " ,
27
27
"schematypes:write" : " npm run --silent schematypes > ./types.quicktype.ts" ,
28
28
"test:caniuse" : " tsx scripts/caniuse.ts" ,
29
29
"test:coverage" : " npm run --workspaces test:coverage" ,
You can’t perform that action at this time.
0 commit comments