diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 22:20:52 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 22:20:52 -0700 |
commit | 3334b6911a25145ea858d35f11e8795532c23314 (patch) | |
tree | bec9e4e42d2cb3df689490892eb751a9aa70bdbe /compile.sh | |
parent | 26871e6c434633a12cc81f4fbb0d451ec71c6e90 (diff) | |
download | tilde.club-3334b6911a25145ea858d35f11e8795532c23314.tar.gz tilde.club-3334b6911a25145ea858d35f11e8795532c23314.zip |
depth 1 on submodule clone
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set -e -git submodule update --init --recursive +git submodule update --init --depth 1 mkdir -p dist pwd=$PWD |