Fix faulty hardlink in release tarball (#1669)

Fixes #1664 

The cause was a duplicate entry in the `tar` makefile invocation, as
well as `tar` itself happily producing an additional bogus hardlink in
the archive.
This commit is contained in:
Marcin Puc 2023-03-22 12:55:39 +01:00 committed by GitHub
parent 0970f35df5
commit 3a475ce210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -252,7 +252,6 @@ release-tarball: ## Create tarball for release
web/package.json \
web/public \
web/src \
web/package.json \
web/tsconfig.* \
web/*.ts \
web/pnpm-lock.yaml \