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 e4b765a5..9e77d547 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -184,6 +184,11 @@ parts:
rm -rf meteor-accounts-oidc
cd ..
fi
+ if [ ! -d "packages/markdown" ]; then
+ cd packages
+ git clone --depth 1 -b master --recurse-submodules https://github.com/wekan/markdown.git
+ cd ..
+ fi
rm -rf package-lock.json .build
meteor add standard-minifier-js --allow-superuser
meteor npm install --allow-superuser