switch the order on these

This commit is contained in:
Azareal 2020-05-28 18:07:13 +10:00
parent 72731cfe0c
commit 7211ed4f0e
1 changed files with 5 additions and 5 deletions

View File

@ -25,17 +25,17 @@ go build -tags hookgen -ldflags="-s -w" -o HookGen "./cmd/hook_gen"
echo "Running the hook generator"
./HookGen
echo "Building the query generator"
go build -ldflags="-s -w" -o QueryGen "./cmd/query_gen"
echo "Running the query generator"
./QueryGen
echo "Generating the JSON handlers"
easyjson -pkg common
echo "Building Gosora"
go build -ldflags="-s -w" -o Gosora
echo "Building the query generator"
go build -ldflags="-s -w" -o QueryGen "./cmd/query_gen"
echo "Running the query generator"
./QueryGen
echo "Building the templates"
./Gosora -build-templates