Skip to content

Commit b7b393d

Browse files
chore: watch for messages changes in dev generate script (#15950)
* chore: watch for messages changes in dev generate script * no need for this to be async * tweak * guard * only create one timeout --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>
1 parent 21bf947 commit b7b393d

File tree

2 files changed

+357
-325
lines changed

2 files changed

+357
-325
lines changed

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
],
137137
"scripts": {
138138
"build": "node scripts/process-messages && rollup -c && pnpm generate:types && node scripts/check-treeshakeability.js",
139-
"dev": "node scripts/process-messages && rollup -cw",
139+
"dev": "node scripts/process-messages -w & rollup -cw",
140140
"check": "tsc --project tsconfig.runtime.json && tsc && cd ./tests/types && tsc",
141141
"check:watch": "tsc --watch",
142142
"generate:version": "node ./scripts/generate-version.js",

0 commit comments

Comments
 (0)