monicahq/monica
Voir sur GitHubCreate a command to execute all commands that we need to run before pushing final commit to a PR
Open
#1 158 ouverte le 12 avr. 2018
feature requesthelp wantedproductivity tools
Description
Each time we need to push our final commit to a PR, we need to
php artisan lang:generatenpm 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.