1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-12 01:52:49 +00:00

client - add error message if user account does not have battletag

This commit is contained in:
2018-01-27 17:26:47 -06:00
parent da738c5535
commit b90860f251
6 changed files with 79 additions and 9 deletions

View File

@@ -6,6 +6,6 @@ build-client:
cd client && yarn install && yarn run build
build-server:
mix deps.get && MIX_ENV=prod mix release --env=prod
MIX_ENV=prod mix deps.get && MIX_ENV=prod mix release --env=prod
all: clean build-client build-server