mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-08 22:28:01 -05:00
ci: drop --ignore-optional flag from yarn
Fixes image compression step:
```
Starting 'images'...
gulp-imagemin: Couldn't load default plugin "optipng"
'images' errored after 23 ms
TypeError in plugin "gulp-imagemin"
Message:
fn is not a function
Details:
fileName: /home/jenkins/workspace/website/dev.vac.dev/assets/img/arrow-peach.svg
domainEmitter: [object Object]
domainThrown: false
```
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
committed by
Jinho Jang
parent
cd851ae586
commit
3829bf9524
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -32,7 +32,7 @@ pipeline {
|
||||
|
||||
stage('Install Deps') {
|
||||
steps {
|
||||
sh 'yarn install --ignore-optional'
|
||||
sh 'yarn install'
|
||||
sh 'bundle install'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user