Skip to content

Commit

Permalink
fix: feedbacks dodo and phiphi
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost committed Feb 10, 2025
1 parent 6a401cf commit daea936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const times = {
export default defineConfig({
webServer: {
// it will start web app before running tests so you don't need to start it manually
command: 'pnpm install && pnpm run start',
command: 'pnpm run start',
url: baseURL,
stdout: 'ignore',
stderr: 'pipe',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"check:deps": "npx depcheck . --skip-missing=true --ignores='bin,eslint,vite,jest,husky,@commitlint/*,@babel/*,babel-*'",
"commit": "npx git-cz -a --disable-emoji",
"start": "STORYBOOK_ENVIRONMENT=development storybook dev -p 6006",
"start:e2e": "turbo start --filter @ultraviolet/e2e",
"start:production": "STORYBOOK_ENVIRONMENT=production storybook dev -p 6006",
"format": "biome check --linter-enabled=false --write .",
"format:check": "biome check --linter-enabled=false --verbose .",
Expand Down

0 comments on commit daea936

Please sign in to comment.