Skip to content

Commit 90101b9

Browse files
authored
Merge pull request #285 from ethereum-ts/kk/release-core
Make new release
2 parents c7c387e + 43ac6a3 commit 90101b9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ We use TypeScript monorepo, each target is a separate package and has another pa
1111

1212
Run `yarn test:fix` before pushing, it will run eslint, prettier in fix mode and run all tests.
1313

14+
### Local linking
15+
16+
Run `yarn build` to build all packages or `yarn watch` to start watching. Then enter desired package directory and run `yarn link`.
17+
1418
### Debugging 🐞
1519

1620
```sh

packages/typechain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"smartcontract",
99
"blockchain"
1010
],
11-
"version": "2.0.0",
11+
"version": "2.0.1",
1212
"license": "MIT",
1313
"repository": "https://github.com/ethereum-ts/Typechain",
1414
"main": "./dist/index.js",

0 commit comments

Comments
 (0)