mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-18 16:51:50 +03:00
chore(build): typo in trace-viewer output dir (#33661)
This commit is contained in:
parent
dc91bab6cc
commit
e047f6bc07
@ -301,7 +301,7 @@ if (watchMode) {
|
|||||||
args: [
|
args: [
|
||||||
'vite', '--config', 'vite.sw.config.ts',
|
'vite', '--config', 'vite.sw.config.ts',
|
||||||
'build', '--watch', '--minify=false',
|
'build', '--watch', '--minify=false',
|
||||||
'--outDir', path.join(__dirname, '..', '..', 'packages', 'playwright-core', 'lib', 'vite', 'trace-viewer'),
|
'--outDir', path.join(__dirname, '..', '..', 'packages', 'playwright-core', 'lib', 'vite', 'traceViewer'),
|
||||||
'--emptyOutDir=false'
|
'--emptyOutDir=false'
|
||||||
],
|
],
|
||||||
shell: true,
|
shell: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user