docs: update site folder

This commit is contained in:
chenjiahan
2022-02-08 10:49:15 +08:00
committed by neverland
parent 733a2149d6
commit 98c86dcc0d
5 changed files with 7 additions and 11 deletions
+2 -5
View File
@@ -35,8 +35,8 @@
"test": "vant-cli test",
"build": "vant-cli build",
"build:site": "vant-cli build-site",
"release": "vant-cli release --tag next",
"release:site": "pnpm build:site && gh-pages -d site-dist --add --dest v3",
"release": "vant-cli release",
"release:site": "pnpm build:site && gh-pages -d site-dist --add",
"test:watch": "vant-cli test --watch",
"test:coverage": "open test/coverage/index.html"
},
@@ -51,9 +51,6 @@
"bugs": "https://github.com/youzan/vant/issues",
"author": "chenjiahan",
"license": "MIT",
"npm": {
"tag": "next"
},
"keywords": [
"ui",
"vue",