go get dependencies in make prebuild (refactor later)
Update readme
This commit is contained in:
parent
30449fb1f3
commit
1dca9af576
2 changed files with 6 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -26,6 +26,11 @@ watch:
|
|||
|
||||
prebuild:
|
||||
npm install
|
||||
go get github.com/gorilla/mux
|
||||
go get github.com/gorilla/websocket
|
||||
go get github.com/spf13/viper
|
||||
go get github.com/lib/pq
|
||||
go get github.com/mattn/go-sqlite3
|
||||
|
||||
clean:
|
||||
rm -rf bin
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
## Build instructions
|
||||
|
||||
```
|
||||
npm i
|
||||
make prebuild
|
||||
make
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue