2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 09:00:28 +01:00

sudo npm install in circle setup

This commit is contained in:
Frederik Ring 2019-09-03 22:20:41 +02:00
parent 2db9a1ec5b
commit 07f38cd57a

View File

@ -401,7 +401,7 @@ jobs:
- run: - run:
name: Install image optimization deps name: Install image optimization deps
command: | command: |
npm install svgo -g sudo npm install svgo -g
sudo apt-get install libjpeg-progs optipng sudo apt-get install libjpeg-progs optipng
- run: - run:
name: Deploy name: Deploy