lending: fixing CI test (#2013)
* lending: use yarn instead of npm to build
This commit is contained in:
parent
ba0c0e007f
commit
b763572c4f
|
@ -4,8 +4,10 @@ set -e
|
|||
cd "$(dirname "$0")/.."
|
||||
source ./ci/solana-version.sh install
|
||||
|
||||
npm install --global yarn
|
||||
|
||||
set -x
|
||||
cd token-lending/js
|
||||
npm install
|
||||
npm run lint
|
||||
npm run build
|
||||
yarn install --pure-lockfile
|
||||
yarn run lint
|
||||
yarn run build
|
||||
|
|
Loading…
Reference in New Issue