Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@

# Credentials for Sauce Labs (required to run visual tests)
SAUCE_USERNAME=
SAUCE_ACCESS_KEY=
SAUCE_ACCESS_KEY=

# GitHub and ZenHub credentials for the transferIssues script
GITHUB_API_TOKEN=
ZENHUB_API_TOKEN=
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"octokit": "^1.0.4",
"playwright": "1.9.2",
"prettier": "^2.2.1",
"replace-in-file": "^6.2.0",
Expand Down
Loading