Skip to content

Commit 5fa0cbe

Browse files
committed
Fix dev script in pipeline
1 parent 791c6ac commit 5fa0cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# build playground
3939
# build: pnpm dev:playground
4040
# start playground
41-
start: pnpm dev:playground
41+
start: pnpm dev
4242
command: pnpm e2e
4343
# FIXME: this breaks it
4444
# wait-on: 'http://localhost:5173'

0 commit comments

Comments
 (0)