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,8 +104,7 @@ git clone https://github.com/engineer-man/piston
docker-compose up -d piston_api
# Start the API container
npm install -g yarn
cd cli && yarn && cd -
cd cli && npm i && cd -
# Install all the dependencies for the cli
```