mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-29 14:16:26 -04:00
Fix CI
This commit is contained in:
parent
016e1a4494
commit
bd29c20f4c
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user