Skip to content

Commit

Permalink
docs(README): add @axe-core/puppeteer to axe-core version update inst…
Browse files Browse the repository at this point in the history
…ruction (#502)

Minor update to README to also update @axe-core/puppeteer version when updating axe-core version
  • Loading branch information
lisli1 authored Dec 4, 2020
1 parent 847502b commit 27c0ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ To update the package and test cases to account for a new axe-core version:
yarn install
yarn build
```
1. Update the versions of @axe-core/cli and axe-core in `src/test-resources/generator/package.json`
1. Update the versions of @axe-core/cli, @axe-core/puppeteer, and axe-core in `src/test-resources/generator/package.json`
1. Generate test resource files for the new version with:
```
Expand Down

0 comments on commit 27c0ba9

Please sign in to comment.