diff --git a/prepare.sh b/prepare.sh index 7d37447..3ba534d 100755 --- a/prepare.sh +++ b/prepare.sh @@ -8,14 +8,14 @@ npm install npm run sync-ce cd .. -# Build backend -cd backend +# Build frontend +cd frontend npm install npm run build:prod cd .. -# Build frontend -cd frontend +# Build backend +cd backend npm install npm run build:prod cd ..