Skip to content

Commit

Permalink
Add build frontend script
Browse files Browse the repository at this point in the history
  • Loading branch information
Waterball12 committed Feb 24, 2021
1 parent f0c78d1 commit f881319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion MAKEFILE
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ docker-build-quizzer:
docker build -f server/src/Services/Quizer/Quiz.API/Dockerfile -t waterball/allegro-quizzer:latest server/src/

docker-push-quizzer:
docker push waterball/allegro-quizzer:latest
docker push waterball/allegro-quizzer:latest

build-frontend-web:
cd ./frontend && yarn && yarn run build:web
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo web --https",
"eject": "expo eject"
"eject": "expo eject",
"build:web": "expo build:web"
},
"private": true
}

0 comments on commit f881319

Please sign in to comment.