We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f439d9e commit 57c0f20Copy full SHA for 57c0f20
package.json
@@ -21,7 +21,7 @@
21
"test": "jest --coverage",
22
"test:watch": "jest --coverage --watch",
23
"report-coverage": "cat ./app/tests/__tests__/coverage/lcov.info | codecov",
24
- "e2e": "run-p --race server cypress:run",
+ "e2e": "run-p --race dev server cypress:run",
25
"cypress:open": "cypress open",
26
"cypress:run": "cypress run --spec ./app/tests/e2e/cypress/integration/create_react_redux_app_structure_spec.js"
27
},
0 commit comments