Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Feb 25, 2024
1 parent 016e1a4 commit bd29c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ clean-tarball:

# Create a tarball, include the cargo dependencies if OFFLINE is set to 1
tarball: clean-tarball
cd apps/gpgui-helper && pnpm install && pnpm build
if [ $(BUILD_FE) -eq 1 ]; then \
cd apps/gpgui-helper && pnpm install && pnpm build; \
fi

# Remove node_modules to reduce the tarball size
rm -rf apps/gpgui-helper/node_modules
Expand Down

0 comments on commit bd29c20

Please sign in to comment.