diff --git a/Makefile b/Makefile index fa55837..9f69b48 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,9 @@ clean-tarball: rm -rf .cargo # Create a tarball, include the cargo dependencies if OFFLINE is set to 1 -tarball: clean-tarball build-fe +tarball: clean-tarball + cd apps/gpgui-helper && pnpm install && pnpm build + # Remove node_modules to reduce the tarball size rm -rf apps/gpgui-helper/node_modules @@ -63,8 +65,6 @@ build-fe: fi build-rs: - printenv - if [ $(OFFLINE) -eq 1 ]; then \ tar -xJf vendor.tar.xz; \ fi