From 43ac6a3d46102239b15c22ee6e7b0494e1f645c5 Mon Sep 17 00:00:00 2001 From: Krzysztof Kaczor Date: Mon, 5 Oct 2020 17:32:55 +0200 Subject: [PATCH] Make new release --- CONTRIBUTING.md | 4 ++++ packages/typechain/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 153f56230..7d17b4e91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,10 @@ We use TypeScript monorepo, each target is a separate package and has another pa Run `yarn test:fix` before pushing, it will run eslint, prettier in fix mode and run all tests. +### Local linking + +Run `yarn build` to build all packages or `yarn watch` to start watching. Then enter desired package directory and run `yarn link`. + ### Debugging 🐞 ```sh diff --git a/packages/typechain/package.json b/packages/typechain/package.json index 21e6fa9b8..80490b678 100644 --- a/packages/typechain/package.json +++ b/packages/typechain/package.json @@ -8,7 +8,7 @@ "smartcontract", "blockchain" ], - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "repository": "https://github.com/ethereum-ts/Typechain", "main": "./dist/index.js",