mirror of https://github.com/bjdgyc/anylink.git
删除静态编译
This commit is contained in:
parent
d53ab80848
commit
545ddb337f
4
build.sh
4
build.sh
|
@ -20,8 +20,8 @@ cd $cpath/web
|
||||||
|
|
||||||
#国内可替换源加快速度
|
#国内可替换源加快速度
|
||||||
#npx browserslist@latest --update-db
|
#npx browserslist@latest --update-db
|
||||||
#yarn install --registry=https://registry.npmmirror.com
|
yarn install --registry=https://registry.npmmirror.com
|
||||||
#yarn run build
|
yarn run build
|
||||||
RETVAL $?
|
RETVAL $?
|
||||||
|
|
||||||
echo "编译二进制文件"
|
echo "编译二进制文件"
|
||||||
|
|
Loading…
Reference in New Issue