Skip to content

Commit

Permalink
fix: disable e2e tests for now
Browse files Browse the repository at this point in the history
Need to have HEADLESS support for ci
  • Loading branch information
victorhqc committed Aug 14, 2020
1 parent e4c0fec commit e049e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"test": "lerna run test"
"test": "lerna run test --scope electron-redux"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit e049e71

Please sign in to comment.