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 d66a2cd commit aba51c1Copy full SHA for aba51c1
package.json
@@ -23,7 +23,7 @@
23
"release": "npm run test && node release.js && npm run build && npm run zip && npm run pub",
24
"release:beta": "cross-env RELEASE_CHANNEL=beta npm run release && npm run sign:firefox && npm run pub",
25
"pub": "cd packages/shell-electron && npm publish",
26
- "test": "npm run lint && npm run test:e2e",
+ "test": "npm run lint",
27
"test:e2e": "cross-env PORT=4040 start-server-and-test dev:shell http://localhost:4040 test:e2e:run",
28
"test:e2e:run": "cypress run --config baseUrl=http://localhost:4040",
29
"test:open": "cypress open --config baseUrl=http://localhost:8100"
0 commit comments