Skip to content

Commit

Permalink
Merge pull request #45 from PolymeshAssociation/release-update-deps
Browse files Browse the repository at this point in the history
feat(*): trigger release with updated dependencies
  • Loading branch information
polymath-eric committed Sep 6, 2023
2 parents 4e509e2 + d8b935a commit f2300d7
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 f2300d7

Please sign in to comment.