mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00: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
|