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:
Kyle Carberry
2022-05-02 14:04:45 -05:00
committed by GitHub
parent dacc025cf3
commit e4e60256ac
3 changed files with 13 additions and 8 deletions

View File

@ -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