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.
This commit is contained in:
Ronan Jouchet 2020-03-16 21:20:38 -04:00
parent cde5c1e13b
commit 35eb72edfd
1 changed files with 1 additions and 1 deletions

View File

@ -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