Remove explicit 'generate' calls, fix release task (#9288)
* Remove more explicit 'generate' calls `generate` is now implicit during `build` since #9114, it is no longer necessary or desired to specify it explicitely. * add js,css,generate dependencies to release task * remove generate warning as per @lunny
This commit is contained in:
parent
95a57394af
commit
3f42934b9a
8 changed files with 7 additions and 14 deletions
|
@ -31,7 +31,7 @@ This project has been
|
|||
|
||||
From the root of the source tree, run:
|
||||
|
||||
TAGS="bindata" make generate all
|
||||
TAGS="bindata" make build
|
||||
|
||||
More info: https://docs.gitea.io/en-us/install-from-source/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue