From c20ab0f39333ef40e3219d73a35fc19c2cbe6556 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 25 Feb 2024 19:01:40 +0800 Subject: [PATCH] Update build --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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