add comment
This commit is contained in:
parent
ab93f1a234
commit
04d31bb061
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue