Skip to content

Commit 5e4f3ae

Browse files
committed
test: serve ui e2e build output
1 parent 4a6f962 commit 5e4f3ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ui/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from '@playwright/test';
22

33
export default defineConfig({
44
webServer: {
5-
command: 'npm run build && http-server ../../build/tools/ui/dist -p 8181',
5+
command: 'npm run build && http-server dist -p 8181',
66
port: 8181,
77
timeout: 120000,
88
reuseExistingServer: false

0 commit comments

Comments
 (0)