monicahq/monica

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

Open

#1,158 建立於 2018年4月12日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)PHP (2,464 fork)batch import
feature requesthelp wantedproductivity tools

倉庫指標

Star
 (24,641 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南