Commit 31ea9c56 authored by Boxiang Sun's avatar Boxiang Sun

Setup yarn registry

parent c37e40fd
......@@ -85,6 +85,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