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 d4da0d2 commit 2a9d2c9Copy full SHA for 2a9d2c9
package.json
@@ -34,7 +34,7 @@
34
"cy": "cypress open",
35
"cy:chrome": "cypress run --browser chrome",
36
"cy:electron": "cypress run --browser electron",
37
- "cy:run": "\npm run cy:chrome && \npm cy:electron",
+ "cy:run": "npm run cy:chrome && npm cy:electron",
38
"cy:browser": "start-server-and-test start http://localhost:5173 cy:run",
39
"typedoc": "typedoc --out docs src/index.ts"
40
},
0 commit comments