Skip to content

Commit

Permalink
Restore package.json and yarn.lock to allow deploy (#9230)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored and Timer committed Oct 29, 2019
1 parent 14ed867 commit f5969d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands:
command: yarn install --frozen-lockfile --check-files
- run:
name: Install correct Chrome Driver version
command: yarn add chromedriver@76 -W
command: yarn add chromedriver@76 -W && git checkout yarn.lock package.json
- run: google-chrome --version
- run: chromedriver --version
yarn_lint:
Expand Down

0 comments on commit f5969d2

Please sign in to comment.