mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-18 00:32:03 +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: [
|
||||
'vite', '--config', 'vite.sw.config.ts',
|
||||
'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'
|
||||
],
|
||||
shell: true,
|
||||
|
Loading…
Reference in New Issue
Block a user