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 7476e26 commit 21e8ea3Copy full SHA for 21e8ea3
.github/workflows/deploy-tcb.yml
@@ -35,7 +35,10 @@ jobs:
35
36
- run: pnpm start
37
38
- - name: Build
+ - name: Build taro-ui
39
+ run: pnpm run build:ui
40
+
41
+ - name: Build taro-ui-docs
42
run: pnpm run build:doc
43
44
- name: Deploy static to Tencent CloudBase
package.json
@@ -13,6 +13,7 @@
13
"start": "pnpm install --shamefully-hoist",
14
"preinstall": "npx only-allow pnpm",
15
"build": "pnpm -r run build",
16
+ "build:ui": "pnpm --filter=taro-ui build",
17
"build:demo": "pnpm --filter=taro-ui-demo build:h5",
18
"build:doc": "pnpm run build:demo && pnpm --filter=taro-ui-docs build",
19
"clean": " rimraf **/dist && rimraf **/node_modules",
0 commit comments