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 959d61e commit 91609b5Copy full SHA for 91609b5
packages/compass-e2e-tests/package.json
@@ -11,7 +11,7 @@
11
"lint": "npm run typecheck && npm run eslint . && npm run prettier -- --check .",
12
"depcheck": "depcheck",
13
"check": "npm run lint && npm run depcheck",
14
- "test": "ENV DEBUG=* xvfb-maybe --auto-servernum --server-args=\"-screen 0 1432x840x24\" -- ts-node index.ts",
+ "test": "ENV DEBUG=*,-electron-rebuild* xvfb-maybe --auto-servernum --server-args=\"-screen 0 1432x840x24\" -- ts-node index.ts",
15
"test-ci": "npm run test",
16
"posttest-ci": "npm run coverage-report",
17
"test-packaged": "npm run test -- --test-packaged-app",
0 commit comments