mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
11 lines
153 B
Bash
11 lines
153 B
Bash
#! /bin/sh
|
|
|
|
npm run build:icon
|
|
npm run build:jd
|
|
npm run build:wx
|
|
|
|
if [ $RELEASE_NAME ]; then
|
|
# only build document when deploy
|
|
npm run build:docs
|
|
fi
|