From 04d31bb0613098b22fce9f9af6b4248941962ec3 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 25 Oct 2024 12:57:51 +0200 Subject: [PATCH] add comment --- utils/build/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build/build.js b/utils/build/build.js index bcb73dc11a..908c219737 100644 --- a/utils/build/build.js +++ b/utils/build/build.js @@ -288,7 +288,7 @@ steps.push({ ], shell: true, cwd: path.join(__dirname, '..', '..', 'packages', 'trace-viewer'), - concurrent: watchMode, + concurrent: watchMode, // feeds into trace-viewer's `public` directory, so it needs to be finished before trace-viewer build starts }); // Build/watch web packages.