Skip to content

Commit 1ab2666

Browse files
authored
build: watch common package (#748)
1 parent bec6c82 commit 1ab2666

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/plugin-react-oxc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "module",
2323
"exports": "./dist/index.js",
2424
"scripts": {
25-
"dev": "tsdown --watch",
25+
"dev": "tsdown --watch ./src --watch ../common",
2626
"build": "tsdown",
2727
"prepublishOnly": "npm run build"
2828
},

packages/plugin-react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "module",
1616
"private": true,
1717
"scripts": {
18-
"dev": "tsdown --watch",
18+
"dev": "tsdown --watch ./src --watch ../common",
1919
"build": "tsdown",
2020
"test": "playwright test"
2121
},

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "module",
2323
"exports": "./dist/index.js",
2424
"scripts": {
25-
"dev": "tsdown --watch",
25+
"dev": "tsdown --watch ./src --watch ../common",
2626
"build": "tsdown",
2727
"prepublishOnly": "npm run build",
2828
"test-unit": "vitest run"

0 commit comments

Comments
 (0)