We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d003d commit af7f1d9Copy full SHA for af7f1d9
package.json
@@ -31,9 +31,8 @@
31
"start": "react-scripts start",
32
"build": "react-scripts build",
33
"test": "react-scripts test --env=jsdom",
34
- "test-cypress": "start-server-and-test start http://localhost:3000 cypress",
35
- "cypress": "cypress run",
36
- "eject": "react-scripts eject"
+ "test-cypress": "start-server-and-test start http://localhost:3000 './node_modules/.bin/cypress run'",
+ "cypress": "cypress open"
37
},
38
"browserslist": [
39
">0.2%",
0 commit comments