dequelabs / react-axe

[DEPRECATED] Accessibility auditing for React.js applications
Other
1.16k stars 45 forks source link

ci: verify release after published #176

Closed straker closed 4 years ago

straker commented 4 years ago

This adds a verify step to our releases that should verify if all required files declared in the package.json exist before publishing. It also creates a new job that will install the released version and verify it has everything.

The post-verify may be redundant but it automates a task I have to do after every release.

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

straker commented 4 years ago

Not as easy in bash as we would have hoped (since I need to either install the npm package for a post release or check the current package for pre release) and checking types file exists wasn't as straightforward as we would have hoped.