Tag: Automate

Create Aliases For Long Scripts with npm-run-scripts

Sometimes you want to run a script in the console, but sometimes it’s too flippin long. It could be a script to lint, to build, to test, to deploy that might include additional variables. For example, to build my React app, I have to run this command in the...

Automating a Ticket ID to Every Git Commit with Git Hooks

Why did I want to automate the commit message? When I first started at Acorns and got access to the repository for the web application, I saw we were working with a big React application. Lots of routes, lots of products, and lots of functionality. On top of that,...