mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: Use "make build" on deploy (#1261)
This was a missed item in https://github.com/coder/coder/pull/1259.
This commit is contained in:
@ -9,10 +9,9 @@ Coder requires Go 1.18+, Node 14+, and GNU Make.
|
||||
|
||||
Use the following `make` commands and scripts in development:
|
||||
|
||||
- `make bin` builds binaries
|
||||
- `make build` compiles binaries and release packages
|
||||
- `make install` installs binaries to `$GOPATH/bin`
|
||||
- `make test`
|
||||
- `make release` dry runs a new release
|
||||
- `./develop.sh` hot reloads for front-end development
|
||||
|
||||
## Styling
|
||||
|
Reference in New Issue
Block a user