monicahq/monica

Create a command to execute all commands that we need to run before pushing final commit to a PR

Open

#1,158 opened on Apr 12, 2018

View on GitHub
 (1 comment) (0 reactions) (1 assignee)PHP (2,464 forks)batch import
feature requesthelp wantedproductivity tools

Repository metrics

Stars
 (24,641 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Each time we need to push our final commit to a PR, we need to

  • php artisan lang:generate
  • npm run prod

And sometimes other stuff too.

Perhaps we could create a command php artisan finalize:pr or something that would do that for us.

Contributor guide