删除静态编译

This commit is contained in:
bjdgy 2024-02-02 19:24:02 +08:00
parent d53ab80848
commit 545ddb337f
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ cd $cpath/web
#国内可替换源加快速度
#npx browserslist@latest --update-db
#yarn install --registry=https://registry.npmmirror.com
#yarn run build
yarn install --registry=https://registry.npmmirror.com
yarn run build
RETVAL $?
echo "编译二进制文件"