Skip to content
Snippets Groups Projects
Commit 47df7091 authored by Antoine Roy's avatar Antoine Roy
Browse files

try to fix css

parent dc109a1f
No related branches found
No related tags found
No related merge requests found
Pipeline #1545 failed
...@@ -7,6 +7,15 @@ default: ...@@ -7,6 +7,15 @@ default:
pages: pages:
script: script:
- export NODE_OPTIONS=--openssl-legacy-provider - export NODE_OPTIONS=--openssl-legacy-provider
# Install brotli
- apt-get update
- apt-get install -y brotli
# Install Dart Sass
- curl -LJO https://github.com/sass/dart-sass/releases/download/${DART_SASS_VERSION}/dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz
- tar -xf dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz
- cp -r dart-sass/ /usr/local/bin
- rm -rf dart-sass*
- export PATH=/usr/local/bin/dart-sass:$PATH
- npm ci - npm ci
#- npm test #- npm test
- npm run build - npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment