hramos / needs-attention

A GitHub Action for managing issues that require attention.
MIT License
13 stars 4 forks source link

Setup pre-commit hook to build dist #10

Open Pranav-yadav opened 1 year ago

Pranav-yadav commented 1 year ago

Problem

Currently, we need to manually build the dist index.js. It is possible that we may forget to build, add and commit the same while pushing the changes to gh and old dist may get published 😐

Possible Solution