Skip to content

Commit dfeb89c

Browse files
authored
Merge pull request #296 from nilium/compress-archives
build: gzip tarballs
2 parents 517402b + 4b35e8b commit dfeb89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ build/smocker.tar.gz:
130130
$(MAKE) build
131131
yarn install --frozen-lockfile --ignore-scripts
132132
yarn build
133-
cd build/; tar -cvf smocker.tar.gz *
133+
cd build/; tar -czvf smocker.tar.gz *
134134

135135
.PHONY: release
136136
release: build/smocker.tar.gz

0 commit comments

Comments
 (0)