Skip to content

Commit

Permalink
chore(webshots): spring clean
Browse files Browse the repository at this point in the history
remove unused and broken screenshot dependency

Co-authored-by: Anna Beddow <[email protected]>
Co-authored-by: Jamie B <[email protected]>
Co-authored-by: Ioanna Kokkini <[email protected]>
Co-authored-by: Dom Lander <[email protected]>
  • Loading branch information
5 people committed May 16, 2024
1 parent a5282ac commit c5b768c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 631 deletions.
4 changes: 0 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ fix-commits: install
validate-a11y: install # PRIVATE
@./tools/task-runner/runner validate/a11y

# Take screenshots for a visual check.
screenshots: install
@./tools/task-runner/runner screenshot

# Update caniuse db used by browserslist
# https://github.com/browserslist/update-db
update-caniusedb: install
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"jest-environment-jsdom-global": "4.0.0",
"listr": "^0.14.3",
"lodash-es": "^4.17.21",
"lodash.merge": "^4.6.2",
"lodash.takewhile": "^4.6.0",
"lodash.uniq": "^4.5.0",
"madge": "^5.0.1",
Expand Down Expand Up @@ -154,7 +153,6 @@
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2",
"webpack-merge": "^4.2.2",
"webshot": "^0.17.0",
"wolfy87-eventemitter": "~5.2.4",
"yargs": "^17.7.1"
},
Expand Down
43 changes: 0 additions & 43 deletions tools/__tasks__/screenshot/config.js

This file was deleted.

8 changes: 0 additions & 8 deletions tools/__tasks__/screenshot/index.js

This file was deleted.

54 changes: 0 additions & 54 deletions tools/__tasks__/screenshot/screenshot.js

This file was deleted.

Loading

0 comments on commit c5b768c

Please sign in to comment.