Skip to content

Commit

Permalink
chore: ci -env
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 15, 2024
1 parent 5ec81a6 commit e6af451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bottle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint",
"test": "vitest run",
"test:e2e-dev": "playwright test",
"test:e2e": "start-server-and-test \"pnpm start\" http://localhost:3000 test:e2e-dev",
"test:e2e": "start-server-and-test \"pnpm run start\" http://localhost:3000 \"playwright test\"",
"e2e:show-report": "playwright show-report",
"e2e:ui": "playwright test --ui"
},
Expand Down

0 comments on commit e6af451

Please sign in to comment.