@@ -10,5 +10,8 @@ if [ "$NODE_ENV" == "production" ]; then
npm run start:prod
else
echo"Starting app in development mode"
echo"Running prebuild"
npm run prebuild
echo"Starting app"
npm run start:dev
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.