1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
2019-12-12 11:26:14 +08:00

11 lines
145 B
Bash

#!/usr/bin/env sh
rm -rf docs/dist
vant-cli build-site
superman-cdn /vant ./docs/dist/*.js
rm -rf docs/dist/*.js
gh-pages -d docs/dist --add