Document yarn2 installation

This commit is contained in:
Simon Warta 2021-07-26 14:18:52 +02:00
parent 7bddd8f2dc
commit e924333b6b
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "0.0.0-sdk",
"version": "7.26.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "0.0.0-sdk",
"version": "2.3.2-sdk",
"main": "./index.js",
"type": "commonjs"
}

View File

@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "0.0.0-sdk",
"version": "4.3.5-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}

View File

@ -32,12 +32,16 @@ cd scripts/launchpad/contracts
sha256sum -c checksums.sha256
```
## Installation
1. Install dependencies: `yarn install`
2. Install SDKs (to make IDE integration work): `yarn dlx @yarnpkg/sdks`
## Running tests
For unit tests that don't connect to any blockchain, just do:
```sh
yarn install
yarn test
```