Skip to content

Commit 2c5cf16

Browse files
committed
Fix watch command
1 parent 56cd0c3 commit 2c5cf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-async-button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "yarn lint && yarn tsc && yarn format && yarn unit",
2121
"tsc": "tsc",
2222
"unit": "vitest",
23-
"watch": "yarn build-esm --watch & yarn build-cjs --watch & yarn build-cjs-package"
23+
"watch": "yarn build --watch"
2424
},
2525
"keywords": [
2626
"react",

0 commit comments

Comments
 (0)