We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa694c commit d5b647cCopy full SHA for d5b647c
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"data:update": "bun scripts/build-and-score-data",
11
"data:test": "bun scripts/validate-libraries",
12
"data:validate": "ajv validate -s react-native-libraries.schema.json -d react-native-libraries.json --verbose --allowUnionTypes",
13
- "libraries:cleanup": "bun scripts/cleanup-libraries-json && bun oxfmt react-native-libraries.json",
+ "libraries:cleanup": "bun scripts/cleanup-libraries-json && oxfmt react-native-libraries.json",
14
"libraries:recalculate": "bun scripts/recalculate-scores",
15
"libraries:check": "bun scripts/check-resources",
16
"llms:generate": "bun scripts/generate-llms",
0 commit comments