Skip to content

Commit

Permalink
Packing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Weigel committed Jan 10, 2019
1 parent 53965e9 commit 61dceb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ DIST=darwin-x64
release:
cd ..; rm -rf node_modules; npm install --production;
make update VERSION=$(VERSION);
cd ..; source pkg/GITHUB_TOKEN && release-it $(VERSION) --preRelease=beta --no-git.requireCleanWorkingDir --no-npm.publish
cd .. && source pkg/GITHUB_TOKEN && release-it $(VERSION) --preRelease=beta --no-git.requireCleanWorkingDir --no-npm.publish

# When node and python binaries do not need to be updated.
update:
make package OS=darwin-x64
make package OS=linux-x64
make package OS=linux-armv7l
make package VERSION=$(VERSION) OS=darwin-x64
make package VERSION=$(VERSION) OS=linux-x64
make package VERSION=$(VERSION) OS=linux-armv7l
rm -rf dist/hapi-server-$(VERSION)/
#make package OS=win-x64

Expand Down

0 comments on commit 61dceb2

Please sign in to comment.