diff --git a/build.sh b/build.sh index bee410c..bad47e0 100644 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ basedir=$PWD cd $basedir/backend -#npm install +npm install cd $basedir/frontend -#npm install +npm install npm run build \ No newline at end of file