add comment

This commit is contained in:
Simon Knott 2024-10-25 12:57:51 +02:00
parent ab93f1a234
commit 04d31bb061
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -288,7 +288,7 @@ steps.push({
], ],
shell: true, shell: true,
cwd: path.join(__dirname, '..', '..', 'packages', 'trace-viewer'), 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. // Build/watch web packages.