From f1f7fa56e19d70770082f3d71bac1f4f875877ed Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 22 Sep 2020 21:11:55 +0200 Subject: Add packaging of recipes as part of build process (#966) Co-authored-by: Amine Mouafik --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 29d31c4a8..a120aae49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ cache: npm before_install: - git submodule update --init --recursive install: + - cd recipes && npm install && npm run package && cd .. - travis_retry npx lerna bootstrap - travis_retry npm install node-sass -g before_script: -- cgit v1.2.3-70-g09d2