We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8f06c commit 0c1c04dCopy full SHA for 0c1c04d
package.json
@@ -29,7 +29,7 @@
29
"scripts": {
30
"auto-converter-web-icons-to-rn": "tsx scripts/rn-conversion/auto-converter.ts --lint",
31
"build": "npm run build:toc && father build && npm run build:rn",
32
- "build:rn": "cd packages/react-native && npm run build",
+ "build:rn": "bun run --cwd packages/react-native build",
33
"build:static": "tsx scripts/svgWorkflow/index.ts",
34
"build:toc": "tsx scripts/tocWorkflow/index.ts",
35
"build:watch": "father dev",
@@ -132,6 +132,9 @@
132
"typescript": "^5.8.3",
133
"vitest": "^3.1.1"
134
},
135
+ "workspaces": [
136
+ "packages/*"
137
+ ],
138
"peerDependencies": {
139
"antd": "^5.23.0",
140
"react": "^19.0.0",
0 commit comments