feat(build-system): add build-offline script (#2169)

pull/2193/head
Chaim Lev-Ari 2018-08-17 07:37:31 +01:00 committed by Anthony Lapenna
parent bda5eac0c1
commit 7e08227ddb
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@
"scripts": {
"dev": "yarn grunt run-dev",
"clean-all": "yarn grunt clean:all",
"build": "yarn grunt build"
"build": "yarn grunt build",
"build-offline": "cd ./api/cmd/portainer && CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags '-s' && mv -b portainer ../../../dist/portainer-linux-amd64"
},
"engines": {
"node": ">= 0.8.4"