Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Dec 6, 2023
1 parent 47c0614 commit 2db44e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It's like tRPC but...
## Developing

- `npm i` -- install dependencies
- `npm check` -- lint
- `npm format` -- format
- `npm test` -- run tests
- `npm publish` -- cut a new release (should bump version in package.json first)
- `npm run check` -- lint
- `npm run format` -- format
- `npm run test` -- run tests
- `npm run publish` -- cut a new release (should bump version in package.json first)

0 comments on commit 2db44e5

Please sign in to comment.