mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
9 lines
122 B
Bash
9 lines
122 B
Bash
#!/usr/bin/env sh
|
|
vant-cli build-site
|
|
|
|
superman-cdn /vant ./site/*.js
|
|
|
|
rm -rf site/*.js
|
|
|
|
gh-pages -d site --add --dest v3
|