Revert "Replace deprecated node-sass with sass (#161813)"

This reverts commit 87d5d6be26.
This commit is contained in:
Jonathan Budzenski 2023-12-21 09:59:08 -06:00
parent 3781a0dcd1
commit 3def20e8dc
36 changed files with 389 additions and 164 deletions

View file

@ -150,6 +150,8 @@ export async function installYarnDeps(log, opts = undefined) {
offline: opts?.offline,
quiet: opts?.quiet,
env: {
SASS_BINARY_SITE:
'https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/node-sass',
RE2_DOWNLOAD_MIRROR:
'https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache/node-re2',
},