Skip to content

Commit 0c1c04d

Browse files
authored
🐛 fix: Ci build error (#146)
1 parent fc8f06c commit 0c1c04d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"auto-converter-web-icons-to-rn": "tsx scripts/rn-conversion/auto-converter.ts --lint",
3131
"build": "npm run build:toc && father build && npm run build:rn",
32-
"build:rn": "cd packages/react-native && npm run build",
32+
"build:rn": "bun run --cwd packages/react-native build",
3333
"build:static": "tsx scripts/svgWorkflow/index.ts",
3434
"build:toc": "tsx scripts/tocWorkflow/index.ts",
3535
"build:watch": "father dev",
@@ -132,6 +132,9 @@
132132
"typescript": "^5.8.3",
133133
"vitest": "^3.1.1"
134134
},
135+
"workspaces": [
136+
"packages/*"
137+
],
135138
"peerDependencies": {
136139
"antd": "^5.23.0",
137140
"react": "^19.0.0",

0 commit comments

Comments
 (0)