monicahq/monica

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

Open

Aperta il 12 apr 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)PHP (24.641 star) (2464 fork)batch import
feature requesthelp wantedproductivity tools

Descrizione

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.

Guida contributor