Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Sep 7, 2024
1 parent 572d2de commit 7aaecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webworker/playwright.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
],
"webServer": [
{
"command": `npx serve --listen ${testPort} webworker/`,
"command": `npm exec --yes -- serve --listen ${testPort} webworker/`,
"url": testUrl
}
]
Expand Down

0 comments on commit 7aaecc5

Please sign in to comment.