run build

This commit is contained in:
Ryan 2025-04-10 09:13:56 +10:00
parent 1284894a11
commit 6e15458e4c

View File

@ -31,5 +31,5 @@ cd "$PROJECT_DIR"
# Finally, start the Medusa server.
echo "Starting Medusa server..."
exec npm build
exec npm run build
exec npm start