From 35eb72edfd5474c40593887dd9edc35b5d889a2d Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Mon, 16 Mar 2020 21:20:38 -0400 Subject: [PATCH] Fix travis build We no longer have a postinstall so we need to explicitly 'npm run dev-up' for cli+app deps, like we did before. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab18dd6..4d51395 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ node_js: - '12' # Changing this? Remind to keep linter+deploy conditions below aligned - '8' install: -- npm install +- npm run dev-up - npm run build script: # Only run linter once, for faster CI. Remind to keep linter+deploy conditions below aligned