mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
More descriptive help for the dev client build check.
This commit is contained in:
@@ -82,7 +82,9 @@ if [ $SKIP_CLIENT_BUILD -eq 0 ]; then
|
||||
SKIP_CLIENT_BUILD=1
|
||||
fi
|
||||
if [ $SKIP_CLIENT_BUILD -eq 0 ]; then
|
||||
echo "The Galaxy client build is out of date. Please run 'make client-production' or your choice of build target. Please see ./client/README.md for more information."
|
||||
echo "The Galaxy client build is out of date. Please run 'make client' or your choice of client build target (client-*)."
|
||||
echo "If you're sure you'd like to skip this check, you can run galaxy with the --no-client-build flag, though this is not recommended as the client and server code will potentially be out of sync."
|
||||
echo "See ./client/README.md in the Galaxy repository for more information, including how to get help if you're having trouble."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user