aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-26 11:17:34 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-26 11:17:34 +0700
commit5d2a1b816f1f668e02a8b49aec55b8dba104d213 (patch)
treeff50c1663ebffb67f9bf0e88a05dac1271355e9d /appveyor.yml
parentAdding recipes as unpacked asset (diff)
downloadferdium-app-5d2a1b816f1f668e02a8b49aec55b8dba104d213.tar.gz
ferdium-app-5d2a1b816f1f668e02a8b49aec55b8dba104d213.tar.zst
ferdium-app-5d2a1b816f1f668e02a8b49aec55b8dba104d213.zip
Get git submodules as part of install scripts
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f8822d0a5..157e35df3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,7 @@ environment:
4version: 5.0.1.{build} 4version: 5.0.1.{build}
5 5
6install: 6install:
7 - git submodule update --init --recursive
7 - ps: Install-Product node 10 8 - ps: Install-Product node 10
8 - npx lerna bootstrap 9 - npx lerna bootstrap
9 10