mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
expanded permissions functionality - added packr for bundling static assets
This commit is contained in:
4
makefile
4
makefile
@@ -5,7 +5,7 @@ install:
|
||||
go get && cd client && npm install
|
||||
|
||||
build-server:
|
||||
go build -o bot ./main.go
|
||||
packr build -o bot ./main.go && packr install
|
||||
|
||||
build-client:
|
||||
cd client && npm run build
|
||||
@@ -13,4 +13,4 @@ build-client:
|
||||
clean:
|
||||
rm -rf bot ./dist
|
||||
|
||||
all: install build-server build-client
|
||||
all: install build-client build-server
|
||||
|
||||
Reference in New Issue
Block a user