Skip to content

Commit

Permalink
chore: remove generate report from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
L0wry committed Aug 1, 2018
1 parent d2ead02 commit d1b507a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "A visual regression tool",
"main": "lib/bin/run.js",
"scripts": {
"test:e2e:generate-report": "yarn build && node lib/bin/run.js generate-report --browser chrome --remote --config e2eTests/config.json",
"test:e2e": "yarn build && ./node_modules/.bin/jest e2eTests/*",
"test:e2e:build": "cd e2eTests && docker-compose build e2e",
"test:e2e:run": "cd e2eTests && docker-compose run e2e",
Expand Down

0 comments on commit d1b507a

Please sign in to comment.