Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Jan 15, 2024
1 parent 19c4418 commit 1d3c92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pnpm dev:build

`pnpm dev:no-respawn` does the same thing except it does not restart.

`pnpm dev:build` logically does the identical job at the high viewpoint. But it compiles (`tsc -w`) ts, writes js on file system, and runs (`nodemon``) js. [concurrently](https://github.com/kimmobrunfeldt/concurrently) runs`tsc` and `nodemon` simultaneously.
`pnpm dev:build` logically does the identical job at the high viewpoint. But it compiles (`tsc -w`) ts, writes js on file system, and runs (`nodemon`) js. [concurrently](https://github.com/kimmobrunfeldt/concurrently) runs `tsc` and `nodemon` simultaneously.

To manually test compiled js, you can run

Expand Down

0 comments on commit 1d3c92d

Please sign in to comment.