fix: keep prisma client in go.mod
This commit is contained in:
@@ -31,7 +31,9 @@ if [ -d "backend-go" ]; then
|
||||
echo "Setting up backend-go..."
|
||||
(
|
||||
cd backend-go
|
||||
go mod tidy
|
||||
go mod download
|
||||
#go mod tidy
|
||||
#go install github.com/steebchen/prisma-client-go@latest
|
||||
) &
|
||||
else
|
||||
echo "backend-go directory not found, skipping..."
|
||||
|
||||
Reference in New Issue
Block a user