Closed trallard closed 2 months ago
I made the last changes, which are updating the workflow step names. That aside, this should be ready.
I still do not understand how the yarn v1/v4 thing happened/works but 🤷🏽♀️
npm install
These also run when you run npm install -g
preinstall install postinstall prepublish preprepare prepare postprepare
Scripts are a great way of automating tasks related to your package, such as simple build processes or development tools. Using the "scripts" field, you can define various scripts to be run as yarn run Githubissues.
Description
For whatever reason, the package was not compiled during the last release. So, this PR adds additional cleanup and check tasks to the GH workflow to prevent this from happening.
Pull request checklist
Additional information