summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 22:20:52 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 22:20:52 -0700
commit3334b6911a25145ea858d35f11e8795532c23314 (patch)
treebec9e4e42d2cb3df689490892eb751a9aa70bdbe
parent26871e6c434633a12cc81f4fbb0d451ec71c6e90 (diff)
downloadtilde.club-3334b6911a25145ea858d35f11e8795532c23314.tar.gz
tilde.club-3334b6911a25145ea858d35f11e8795532c23314.zip
depth 1 on submodule clone
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 31addf8..bd47c7b 100755
--- a/compile.sh
+++ b/compile.sh
@@ -2,7 +2,7 @@
set -e
-git submodule update --init --recursive
+git submodule update --init --depth 1
mkdir -p dist
pwd=$PWD