mirror of
https://github.com/stashapp/stash.git
synced 2026-05-06 03:20:38 +02:00
README: Add generate step to Building section
This commit is contained in:
parent
092534c9f2
commit
e8bbaa4254
1 changed files with 4 additions and 3 deletions
|
|
@ -88,15 +88,16 @@ TODO
|
|||
|
||||
## Commands
|
||||
|
||||
* `make generate` - Regenerate Go GraphQL and packr2 files
|
||||
* `make generate` - Generate Go GraphQL and packr2 files
|
||||
* `make build` - Builds the binary (make sure to build the UI as well... see below)
|
||||
* `make vet` - Run `go vet`
|
||||
* `make lint` - Run the linter
|
||||
|
||||
## Building a release
|
||||
|
||||
1. cd into the `ui/v2` directory and run `yarn build` to compile the frontend
|
||||
2. cd back to the root directory and run `make build` to build the executable for your current platform
|
||||
1. Run `make generate` to create generated files
|
||||
2. cd into the `ui/v2` directory and run `yarn build` to compile the frontend
|
||||
3. cd back to the root directory and run `make build` to build the executable for your current platform
|
||||
|
||||
## Cross compiling
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue