chore: fix build:site scripts

This commit is contained in:
neverland 2021-09-03 14:46:27 +08:00 committed by GitHub
parent c21324b256
commit d4d5e2bc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,6 @@
"lint": "cd packages/vant && yarn lint",
"test": "cd packages/vant && yarn test",
"build": "cd packages/vant && yarn build",
"build:site": "cd packages/vant && build:site"
"build:site": "cd packages/vant && yarn build:site"
}
}