From 9ec62071d1927d4ac2b193384c80ea8aa727d383 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 3 Jan 2019 22:34:09 +0100 Subject: try ci with lerna --- .travis.yml | 1 + appveyor.yml | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c2004b3a..831f49210 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ matrix: language: node_js before_script: +- npx lerna bootstrap - npm install node-sass -g script: diff --git a/appveyor.yml b/appveyor.yml index 1d614b4c7..7240dd9db 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,11 +9,9 @@ environment: version: 5.0.0.{build} install: - - ps: $version = Get-Content .\.nvmrc -Raw + - ps: $version = Get-Content .\.nvmrc -Raw - ps: Install-Product node $version - - npm ci - - node --version - - npm --version + - npx lerna bootstrap cache: - '%APPDATA%\npm-cache' -- cgit v1.2.3-70-g09d2