aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml6
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:
15language: node_js 15language: node_js
16 16
17before_script: 17before_script:
18- npx lerna bootstrap
18- npm install node-sass -g 19- npm install node-sass -g
19 20
20script: 21script:
diff --git a/appveyor.yml b/appveyor.yml
index 1d614b4c7..7240dd9db 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,11 +9,9 @@ environment:
9version: 5.0.0.{build} 9version: 5.0.0.{build}
10 10
11install: 11install:
12 - ps: $version = Get-Content .\.nvmrc -Raw 12 - ps: $version = Get-Content .\.nvmrc -Raw
13 - ps: Install-Product node $version 13 - ps: Install-Product node $version
14 - npm ci 14 - npx lerna bootstrap
15 - node --version
16 - npm --version
17 15
18cache: 16cache:
19 - '%APPDATA%\npm-cache' 17 - '%APPDATA%\npm-cache'