chore: switch vant@3 npm tag to latest-v3 (#11313)

* chore: switch vant@3 npm tag to latest-v3

* chore: adjust deploy site
This commit is contained in:
neverland 2022-11-26 22:04:46 +08:00 committed by GitHub
parent 521748a5f8
commit 11cc1a4932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -45,5 +45,4 @@ jobs:
folder: packages/vant/site-dist folder: packages/vant/site-dist
token: ${{ secrets.VANT_UI_TOKEN }} token: ${{ secrets.VANT_UI_TOKEN }}
repository-name: vant-ui/vant-ui.github.io repository-name: vant-ui/vant-ui.github.io
target-folder: vant target-folder: vant/v3
clean: false

View File

@ -12,6 +12,9 @@
"es", "es",
"lib" "lib"
], ],
"npm": {
"tag": "latest-v3"
},
"scripts": { "scripts": {
"dev": "vant-cli dev", "dev": "vant-cli dev",
"lint": "vant-cli lint", "lint": "vant-cli lint",