miguelcolmenares/NPM Auto Build

🚀 Automatically build and commit your npm project's build files to your repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandNPM script to build your package. Default to buildnobuild
directoryDirectory that contains the package.json file that you want to buildno.
commit-messageCommit message for the build changesnochore: update build files
build-dirDirectory where build files are generated (relative to project root)nodist
github-tokenGitHub token for committing changesyes
git-user-nameGit user name for commitsnogithub-actions[bot]
git-user-emailGit user email for commitsnogithub-actions[bot]@users.noreply.github.com
node-versionNode.js version to use for buildingno18
build-onlyOnly build without committing changes (useful for testing)nofalse
create-prCreate a pull request instead of direct push (for protected branches)nofalse

no outputs