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
+1 -1
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"
}
}