From c600b5b056a855ae4d286d417986e76c9d7e75a8 Mon Sep 17 00:00:00 2001 From: Oleg Shilov Date: Tue, 25 Jun 2024 14:46:31 +0700 Subject: [PATCH] ci: use different server command for e2e tests --- e2e/cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/cypress.config.ts b/e2e/cypress.config.ts index 8daeee6..8126178 100644 --- a/e2e/cypress.config.ts +++ b/e2e/cypress.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ ...nxE2EPreset(__filename, { cypressDir: 'src', webServerCommands: { default: 'nx run haqq-website:start' }, - ciWebServerCommand: 'nx run haqq-website:serve-static', + ciWebServerCommand: 'nx run haqq-website:start', }), baseUrl: 'http://localhost:3000', },