monicahq/monica

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

开放

#1,158 创建于 2018年4月12日

 (1 条评论) (0 个反应) (1 位负责人)PHP (2,464 个派生)batch import
feature requesthelp wantedproductivity tools

仓库指标

星标
 (24,641 个星标)
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.

贡献者指南