switch to yarn

This commit is contained in:
Thomas Hobson 2021-03-29 21:33:49 +13:00
parent 58fb3ed172
commit 607123f73d
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
8 changed files with 1720 additions and 1490 deletions

View file

@ -104,7 +104,7 @@ jobs:
echo $PACKAGES_JSON
echo Getting CLI ready
docker run -v "$PWD/cli:/app" --entrypoint /bin/bash node:15 -c 'cd /app; yarn'
docker run -v "$PWD/cli:/app" --entrypoint /bin/bash node:15 -c 'cd /app; npm i'
for package in $(jq -r '.[] | "\(.language)-\(.language_version)"' <<< "$PACKAGES_JSON")
do