We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73eccde commit 81225a4Copy full SHA for 81225a4
client/package.json
@@ -2,7 +2,7 @@
2
"name": "globaleaks",
3
"version": "5.0.18",
4
"scripts": {
5
- "test": "npx cypress run && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron",
+ "test": "npx cypress run && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser firefox",
6
"eslint": "ng lint",
7
"stylelint": "npx stylelint 'app/css/**/*.css'"
8
},
0 commit comments