mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
9 lines
112 B
Bash
9 lines
112 B
Bash
#!/usr/bin/env sh
|
|
vant-cli build-site
|
|
|
|
superman-cdn /vant ./site/*.js
|
|
|
|
rm -rf site/*.js
|
|
|
|
gh-pages -d site --add
|