Skip to content

Commit 0542b9f

Browse files
fic reducer test
1 parent 1df2731 commit 0542b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redux-reducer-injection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "pnpm run --filter redux-reducer-injection_app* build",
99
"serve": "pnpm run --filter redux-reducer-injection_app* --parallel serve",
1010
"clean": "pnpm run --filter redux-reducer-injection_app* --parallel clean",
11-
"e2e:ci": "pnpm start & wait-on http-get://localhost:3001/ && 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 start & wait-on tcp:3001 && 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
"devDependencies": {
1414
"concurrently": "7.6.0",

0 commit comments

Comments
 (0)