Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 421 Bytes

commit-files

GitHub action to commit files

Building the action

After you've made the neccesary changes you must build the action for them to useable.

Husky will automatically run this whenever you commit and commit the built changes as well.

However, if you ever want to build the action manually just run npm run build which will compile all the JS code into single index.js file, inside the dist folder.