mirror of
https://github.com/stashapp/stash.git
synced 2026-01-03 22:24:41 +01:00
README: Change instructions to use make ui
This commit is contained in:
parent
e8bbaa4254
commit
080d80117b
1 changed files with 3 additions and 2 deletions
|
|
@ -90,14 +90,15 @@ TODO
|
|||
|
||||
* `make generate` - Generate Go GraphQL and packr2 files
|
||||
* `make build` - Builds the binary (make sure to build the UI as well... see below)
|
||||
* `make ui` - Builds the frontend
|
||||
* `make vet` - Run `go vet`
|
||||
* `make lint` - Run the linter
|
||||
|
||||
## Building a release
|
||||
|
||||
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
|
||||
2. Run `make ui` to compile the frontend
|
||||
3. Run `make build` to build the executable for your current platform
|
||||
|
||||
## Cross compiling
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue