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:
parent
2db9a1ec5b
commit
07f38cd57a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user