Skip to content

Commit

Permalink
docs: Fix REPL testnet command + add missing distribution step
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jun 4, 2021
1 parent 686af91 commit 1b7dea0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion clients/TypeScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ yarn repl:start
```
#### testnet
```console
yarn repl --port 1338
yarn repl:start --port 1338
```
### Lint
```console
Expand All @@ -69,5 +69,10 @@ yarn cleanup
./scripts/publish.sh
```

### Pkg REPL
```console
yarn repl:pkg
```



0 comments on commit 1b7dea0

Please sign in to comment.