Skip to content

Commit

Permalink
Fix styled not updating during watching
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Aug 30, 2023
1 parent f642af2 commit 7b41d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "yarn lint && yarn tsc && yarn prettier && yarn unit",
"tsc": "tsc --noEmit",
"unit": "vitest",
"watch": "yarn build-esm --watch & yarn build-cjs --watch"
"watch": "yarn build-esm --watch & yarn build-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\""
},
"keywords": [
"clock",
Expand Down

0 comments on commit 7b41d1d

Please sign in to comment.