Skip to content

Commit

Permalink
feat(*): trigger update deps release
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Sep 6, 2023
1 parent 4e509e2 commit d8b935a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ Monorepo for Polymesh SDK compatible Signing Managers.
- Testing: `yarn test <packageName>`
- Building: `yarn build <packageName>`

If using on a unix type computer, all packages can be built (or test/lint) with:

```sh
ls packages | cut -d "_" -f 1 | xargs -I {} bash -c "yarn build {}"
```

### Manual Testing

In order to test your code manually before releasing:
Expand Down

0 comments on commit d8b935a

Please sign in to comment.