mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 15:43:25 +02:00
Add update option to install-packages on npmjs CI (#856)
* Add update option to install-packages on npmjs CI * Add update option to install-packages on npmjs CI PR job
This commit is contained in:
@@ -6,7 +6,7 @@ blocks:
|
||||
jobs:
|
||||
- name: Deploy
|
||||
commands:
|
||||
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3
|
||||
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 --update
|
||||
- sem-version node 20
|
||||
- checkout
|
||||
- npm install
|
||||
|
||||
@@ -21,7 +21,7 @@ blocks:
|
||||
- name: npm test
|
||||
commands:
|
||||
- checkout
|
||||
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 pkg-config curl zip unzip wget build-essential cmake ninja-build git
|
||||
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 pkg-config curl zip unzip wget build-essential cmake ninja-build git --update
|
||||
- sem-version node 22
|
||||
- export PATH=$PWD/node_modules/.bin:$PATH
|
||||
- sed -i'' -e '/phantomjs/d' package.json
|
||||
|
||||
Reference in New Issue
Block a user