Skip to content

Commit

Permalink
chore: add e2e:update command
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Sep 6, 2019
1 parent 7d8cf40 commit 05ca460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"storybook": "start-storybook -p 9001 -c storybook",
"test": "jest",
"e2e": "E2E_DOCKER=true E2E_URL=http://host.docker.internal:9001 jest --config e2e/config.json --forceExit",
"e2e:update": "yarn e2e -u",
"e2e:debug": "E2E_DEBUG=true E2E_URL=http://localhost:9001 jest --config e2e/config.json --forceExit",
"e2e:ci": "E2E_DOCKER=true E2E_URL=http://dockerhost:9001 jest --config e2e/config.json --forceExit",
"eslint": "eslint --ext .jsx,.js --max-warnings=0 src/ storybook/",
Expand Down

0 comments on commit 05ca460

Please sign in to comment.