Move to xz dist tarballs

For consistency with the already xz'ed node tarball.

Rename the oddly named `dist-gzip` target to the standard `dist`.
This commit is contained in:
Martin Pitt 2021-09-09 14:17:55 +02:00 committed by Katerina Koukiou
parent 26be6c8540
commit 4ca75f143c
5 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ actions:
- make NODE_ENV=development NODE_OPTIONS=--max-old-space-size=500
# dummy LICENSE.txt, as terser did not run
- touch dist/index.js.LICENSE.txt.gz
- make dist-gzip
- make dist
# starter-kit.git has no release tags; your project can drop this once you have a release
get-current-version: make print-version
jobs: