mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
11 lines
145 B
Bash
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
|