changed build script

This commit is contained in:
Craig
2020-01-20 14:37:32 +00:00
parent a1b5bebacc
commit 81abb88317
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
cd ../server
go get && make build
go get && ./build
cd ../client
npm install && npm run build