Skip to content

Commit 131d824

Browse files
authored
Remove unnecessary build script and dev dependencies (#1737)
1 parent 93809e9 commit 131d824

File tree

3 files changed

+242
-5432
lines changed

3 files changed

+242
-5432
lines changed

packages/taro-ui-demo-rn/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"css": "sass"
1717
},
1818
"scripts": {
19-
"build": "pnpm run build:rn",
2019
"build:weapp": "taro build --type weapp",
2120
"build:swan": "taro build --type swan",
2221
"build:alipay": "taro build --type alipay",

packages/taro-ui/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@
5454
},
5555
"devDependencies": {
5656
"@rollup/plugin-commonjs": "^11.0.2",
57-
"@tarojs/plugin-platform-alipay": "3.6.6",
58-
"@tarojs/plugin-platform-h5": "3.6.6",
59-
"@tarojs/plugin-platform-jd": "3.6.6",
60-
"@tarojs/plugin-platform-qq": "3.6.6",
61-
"@tarojs/plugin-platform-swan": "3.6.6",
62-
"@tarojs/plugin-platform-tt": "3.6.6",
63-
"@tarojs/plugin-platform-weapp": "3.6.6",
64-
"@tarojs/taro-rn": "3.6.6",
6557
"@rollup/plugin-json": "^4.0.2",
6658
"@rollup/plugin-node-resolve": "^7.1.1",
6759
"@tarojs/components": "3.6.6",

0 commit comments

Comments
 (0)