Skip to content

Commit 0f2b582

Browse files
committed
Fix watch command
1 parent 4d613a1 commit 0f2b582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test": "yarn lint && yarn tsc && yarn prettier && yarn unit",
3232
"tsc": "tsc --noEmit",
3333
"unit": "vitest",
34-
"watch": "yarn build-esm --watch & yarn build-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\""
34+
"watch": "yarn build-js-esm --watch & yarn build-js-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\""
3535
},
3636
"keywords": [
3737
"calendar",

0 commit comments

Comments
 (0)