Skip to content

Commit

Permalink
fix typo in dev script of a kitchen-sink's package (#7913)
Browse files Browse the repository at this point in the history
### Description

Fixed the problem of @repo/logger not watching for changes. I think a
part of this issue would also be fixed
#7871.

### Testing Instructions

After running the dev script of the monorepo, making changes in logger
package and saving it should result in building the logger package once
more.
  • Loading branch information
zsh77 committed Apr 8, 2024
1 parent 0a7fd93 commit fa82159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kitchen-sink/packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"dev": "tsup --watch",
"lint": "eslint src/",
"typecheck": "tsc --noEmit",
"test": "jest"
Expand Down

0 comments on commit fa82159

Please sign in to comment.