Skip to content

Commit f284e4e

Browse files
committed
chore: fix build watch script
1 parent 868a5a6 commit f284e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ts:check": "tsc --noEmit",
99
"check": "npm run lint:check && npm run ts:check",
1010
"prebuild": "npm run clean && npm run check",
11-
"build:watch": "npm run build && nodemon --watch src --ext ts,tsx --exec \"tsc && node ./post-build.mjs\"",
11+
"build:watch": "pnpm build && nodemon --watch src --ext ts,tsx --exec \"pnpm build\"",
1212
"build": "zshy",
1313
"pub": "pnpm build && node ./publish.mjs",
1414
"pub:patch": "PUBLISH_VERSION=patch pnpm pub",

0 commit comments

Comments
 (0)