Ensure submodules are updated before creating asset cache

pull/687/head
Ethan P 5 years ago committed by David Peter
parent f46123e149
commit 95f2e5bbb7

4
assets/create.sh vendored

@ -3,6 +3,10 @@ set -euo pipefail
ASSET_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Ensure submodules are initialized.
git submodule init
git submodule update
# Always remove the local cache to avoid any confusion
bat cache --clear

Loading…
Cancel
Save