2023-07-20 00:30:07 +08:00

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