浏览代码

Fix 'make help' (#12509)

These targets are actually using plural names, fix help output for them.

Ref: https://github.com/go-gitea/gitea/pull/12352
tags/v1.13.0-rc1
silverwind 3 年前
父节点
当前提交
51463a0a09
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      Makefile

+ 3
- 3
Makefile 查看文件

@@ -161,9 +161,9 @@ help:
@echo " - lint lint everything"
@echo " - lint-frontend lint frontend files"
@echo " - lint-backend lint backend files"
@echo " - check run various consistency checks"
@echo " - check-frontend check frontend files"
@echo " - check-backend check backend files"
@echo " - checks run various consistency checks"
@echo " - checks-frontend check frontend files"
@echo " - checks-backend check backend files"
@echo " - webpack build webpack files"
@echo " - svg build svg files"
@echo " - fomantic build fomantic files"

正在加载...
取消
保存