This commit is contained in:
xiaojunnuo
2024-07-17 13:14:49 +08:00
parent 4813872bcc
commit a438028002
4 changed files with 9 additions and 25 deletions
+5 -4
View File
@@ -14,10 +14,11 @@ echo "安装依赖"
#pnpm install --registry=https://registry.npmmirror.com
pnpm install
echo "client build"
cd $root/packages/ui/certd-client
pnpm run build
echo "client build success"
echo "packages build"
lerna run build
echo "packages build success"
echo "server build"
cd $root/packages/ui/certd-server