Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2022-05-31 20:05:10 +08:00
97 changed files with 557 additions and 354 deletions
+3 -3
View File
@@ -6,6 +6,8 @@ on:
paths:
- 'packages/vant/docs/**'
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
@@ -16,9 +18,7 @@ jobs:
ref: 'next'
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.20.3
run: npm i pnpm@7 -g
- uses: actions/setup-node@v2
with: