Skip to content

Commit

Permalink
fix deploy in vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMeloSena committed Jul 17, 2024
1 parent 5bb2588 commit 3327dbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:prettier:check": "prettier --check .",
"lint:prettier:fix": "prettier --write .",
"lint:eslint:check": "eslint .",
"test": "npm run services:up && concurrently -n server,jest --hide server -k -s command-jest \"npm run dev\" \"jest --runInBand --verbose\"",
"test": "npm run postinstall && npm run services:up && concurrently -n server,jest --hide server -k -s command-jest \"npm run dev\" \"jest --runInBand --verbose\"",
"test:watch": "jest --watchAll --runInBand",
"services:up": "docker compose -f src/infra/docker/compose.yaml up -d",
"services:stop": "docker compose -f src/infra/docker/compose.yaml stop",
Expand Down
1 change: 0 additions & 1 deletion server/prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
generator client {
provider = "prisma-client-js"
output = "./generated/client"
}

datasource db {
Expand Down

0 comments on commit 3327dbb

Please sign in to comment.