Skip to content

Commit 1e217fd

Browse files
chore: Apollo Rspack Federation
1 parent 1b027f6 commit 1e217fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextjs-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": " pnpm --parallel --filter nextjs-ssr_* dev",
99
"build": "pnpm --parallel --filter nextjs-ssr_* build",
1010
"serve": "pnpm --parallel --filter nextjs-ssr_* start",
11-
"e2e:ci": "pnpm run start & wait-on http-get://localhost:3001/ && wait-on http-get://localhost:3002/ && wait-on http-get://localhost:3000/ && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
11+
"e2e:ci": "pnpm run start & sleep 10 && wait-on http-get://localhost:3001/ && wait-on http-get://localhost:3002/ && wait-on http-get://localhost:3000/ && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
1212
},
1313
"dependencies": {
1414
"concurrently": "^8.2.2",

0 commit comments

Comments
 (0)