Skip to content

Commit 22ba532

Browse files
committed
[bugfix] Fix the install.sh script
1 parent 513a9c8 commit 22ba532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
set -e
44

5-
cd ui
5+
# UI
66
npm install
77
npm run build
8-
cd ..
98

9+
# backend
1010
go get -v -d ./...
1111
cd cmd/ssl-game-controller
1212
go get -u -v github.com/gobuffalo/packr/packr

0 commit comments

Comments
 (0)