monicahq/monica

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

Open

#1.158 geöffnet am 12. Apr. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)PHP (2.464 Forks)batch import
feature requesthelp wantedproductivity tools

Repository-Metriken

Stars
 (24.641 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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