Skip to content

Commit

Permalink
chore: add eslint-disable to process.env.CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timDeHof committed Oct 8, 2023
1 parent 7b45a99 commit 732dcef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ defineConfig({
webServer: {
command: "npm run start",
url: "http://127.0.0.1:3000",
// eslint-disable-next-line no-undef
reuseExistingServer: !process.env.CI,
},
});

0 comments on commit 732dcef

Please sign in to comment.