Skip to content

Commit 880efb2

Browse files
authored
chore: Build the tracing bundle in watch mode (#4201)
1 parent c6bbf4c commit 880efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"build:dev": "run-s build:es5 build:esm",
4646
"build:es5": "tsc -p tsconfig.build.json",
4747
"build:esm": "tsc -p tsconfig.esm.json",
48-
"build:watch": "run-p build:es5:watch build:esm:watch",
48+
"build:watch": "run-p build:es5:watch build:esm:watch build:bundle:watch",
4949
"build:bundle:watch": "rollup --config --watch",
5050
"build:dev:watch": "run-p build:es5:watch build:esm:watch",
5151
"build:es5:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",

0 commit comments

Comments
 (0)