docs(cli): update README.md

This commit is contained in:
neverland 2020-06-01 21:12:21 +08:00 committed by GitHub
parent 16f54e3d75
commit 9a4b09bcc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ yarn add @vant/cli --dev
"dev": "vant-cli dev",
"test": "vant-cli test",
"lint": "vant-cli lint",
"build": "vant-cli build",
"release": "vant-cli release",
"build-site": "vant-cli build-site"
},