Eslint fix to test deploy (#1818)
* Eslint fix to test deploy * E2E fixes
This commit is contained in:
parent
92aaed5cc5
commit
28d668ff38
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
const withNextra = require('nextra')({
|
||||
theme: 'nextra-theme-docs',
|
||||
themeConfig: './theme.config.js',
|
||||
/* eslint-disable @typescript-eslint/no-var-requires */
|
||||
const withNextra = require("nextra")({
|
||||
theme: "nextra-theme-docs",
|
||||
themeConfig: "./theme.config.js",
|
||||
unstable_staticImage: true,
|
||||
})
|
||||
module.exports = withNextra()
|
||||
});
|
||||
module.exports = withNextra();
|
||||
|
|
|
@ -25,7 +25,7 @@ const config: PlaywrightTestConfig = {
|
|||
globalSetup: require.resolve("./playwright/lib/globalSetup"),
|
||||
outputDir: "playwright/results",
|
||||
webServer: {
|
||||
command: "yarn start",
|
||||
command: "yarn start --scope=@calcom/web",
|
||||
port: 3000,
|
||||
timeout: 60_000,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
|
|
Loading…
Reference in a new issue