Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Feb 13, 2021
1 parent fee0d34 commit 01355ab
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 65 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ pipeline
script
{
sh 'uname -a'
sh 'rm -rf node_modules'
sh 'npm --version'
sh 'node --version'
sh 'npm ci'
sh 'npm list || true'
sh 'npm rebuild canvas --update-binary || true'
sh 'npm rebuild libxmljs --update-binary || true'
sh 'src-script/npm-update-binary || true'
}
}
}
Expand Down
Loading

0 comments on commit 01355ab

Please sign in to comment.