Skip to content

Commit

Permalink
Merge pull request #296 from nilium/compress-archives
Browse files Browse the repository at this point in the history
build: gzip tarballs
  • Loading branch information
Thiht authored Mar 15, 2024
2 parents 517402b + 4b35e8b commit dfeb89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ build/smocker.tar.gz:
$(MAKE) build
yarn install --frozen-lockfile --ignore-scripts
yarn build
cd build/; tar -cvf smocker.tar.gz *
cd build/; tar -czvf smocker.tar.gz *

.PHONY: release
release: build/smocker.tar.gz
Expand Down

0 comments on commit dfeb89c

Please sign in to comment.