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 84beae9 commit 1571453Copy full SHA for 1571453
packages/compass-import-export/package.json
@@ -43,8 +43,8 @@
43
"test-electron": "xvfb-maybe electron-mocha --no-sandbox",
44
"test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
45
"test-watch": "npm run test -- --watch",
46
- "test-ci": "npm run test-cov",
47
- "test-ci-electron": "npm run test-electron",
+ "test-ci": "env DEBUG='' npm run test-cov",
+ "test-ci-electron": "env DEBUG='' npm run test-electron",
48
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
49
},
50
"dependencies": {
0 commit comments