Commit 4fafe3d1 authored by Boxiang Sun's avatar Boxiang Sun

Setup yarn registry

parent a7ff360f
......@@ -81,6 +81,7 @@ command = bash -c "
export CGO_ENABLED=1 &&
go run build.go setup && \
go run build.go build && \
${yarn:location}/bin/yarn config set registry https://registry.npm.taobao.org/ && \
${yarn:location}/bin/yarn install --pure-lockfile && \
${yarn:location}/bin/yarn run build && \
${yarn:location}/bin/yarn run plugins:build-bundled && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment