You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
go get dependencies in make prebuild (refactor later)
Update readme
This commit is contained in:
5
Makefile
5
Makefile
@@ -26,6 +26,11 @@ watch:
|
|||||||
|
|
||||||
prebuild:
|
prebuild:
|
||||||
npm install
|
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:
|
clean:
|
||||||
rm -rf bin
|
rm -rf bin
|
||||||
|
Reference in New Issue
Block a user