Skip to content

Commit

Permalink
REVERT: revert accidental commit directly to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Jul 24, 2024
1 parent a03d509 commit d1c409c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 147 deletions.
3 changes: 1 addition & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"lint": "eslint --ext js,jsx .",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lighthouse": "lhci autorun",
"record-routes": "DOTENV_CONFIG_PATH=../config/test.env node -r dotenv/config tests/e2e/scripts/takeSnapshots.js"
"lighthouse": "lhci autorun"
},
"repository": {
"type": "git",
Expand Down
144 changes: 0 additions & 144 deletions client/tests/e2e/scripts/takeSnapshots.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"dev": "npm-run-all --parallel dev:*",
"dev:client": "yarn workspace client run dev",
"dev:server": "yarn workspace server run dev",
"record-routes": "yarn workspace client record-routes",
"dev-debug": "npm-run-all --parallel dev:client dev-debug:server",
"dev-debug:server": "yarn workspace server run dev-debug",
"jest": "yarn workspaces run jest",
Expand Down

0 comments on commit d1c409c

Please sign in to comment.