Skip to content

Commit 8705548

Browse files
committed
Fix watch command
1 parent 7ffef6c commit 8705548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-datetime-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test": "yarn lint && yarn tsc && yarn prettier && yarn unit",
4545
"tsc": "tsc --noEmit",
4646
"unit": "vitest",
47-
"watch": "yarn build-esm --watch & yarn build-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\""
47+
"watch": "yarn build-js-esm --watch & yarn build-js-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\""
4848
},
4949
"keywords": [
5050
"calendar",

0 commit comments

Comments
 (0)