mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
go get dependencies in make prebuild (refactor later)
Update readme
This commit is contained in:
parent
30449fb1f3
commit
1dca9af576
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
|
||||
|
Loading…
Reference in New Issue
Block a user