Skip to content

Commit

Permalink
Fix watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 25, 2023
1 parent 4d613a1 commit 0f2b582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-calendar/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 & nodemon --watch src --ext css --exec \"yarn copy-styles\""
"watch": "yarn build-js-esm --watch & yarn build-js-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\""
},
"keywords": [
"calendar",
Expand Down

0 comments on commit 0f2b582

Please sign in to comment.