Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
Add GOPROXY for GFW
  • Loading branch information
lianguan authored Jun 24, 2019
1 parent 5524819 commit 6a42a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

GOPROXY=https://goproxy.io
go build -i -v
cd console && npm install && npm run build
cd ../theme && npm install && npm run build
Expand Down

0 comments on commit 6a42a9f

Please sign in to comment.