summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index c69b1dcc..d7cd86cf 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -152,6 +152,11 @@ parts:
git clone --depth 1 -b master https://github.com/wekan/wekan-ldap.git
cd ..
fi
+ if [ ! -d "packages/wekan-scrollbar" ]; then
+ cd packages
+ git clone --depth 1 -b master https://github.com/wekan/wekan-scrollbar.git
+ cd ..
+ fi
rm -rf package-lock.json .build
meteor add standard-minifier-js --allow-superuser
meteor npm install --allow-superuser