aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-09-22 21:11:55 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-22 20:11:55 +0100
commitf1f7fa56e19d70770082f3d71bac1f4f875877ed (patch)
tree4f665073eec5db9890c26fa4f7a8d3a946dcb83e /appveyor.yml
parentAdd Belarusian to app locales (diff)
downloadferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.tar.gz
ferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.tar.zst
ferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.zip
Add packaging of recipes as part of build process (#966)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
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 d6e909f9c..6452ab38d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,6 +13,7 @@ cache:
13install: 13install:
14 - appveyor-retry git submodule update --init --recursive 14 - appveyor-retry git submodule update --init --recursive
15 - ps: Install-Product node 10 15 - ps: Install-Product node 10
16 - cd recipes && npm install && npm run package && cd ..
16 - appveyor-retry npx lerna bootstrap 17 - appveyor-retry npx lerna bootstrap
17 18
18before_build: 19before_build: