Skip to content

Commit

Permalink
chore: add comando to push tables to mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
PiluVitu committed Sep 12, 2024
1 parent 9595d82 commit a01047a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"docs:lint": "redocly lint --extends minimal ./openapi/main.yaml",
"docker-dev": "docker compose --profile dev up",
"docker-prod": "docker compose --profile prod up --build",
"prisma:generate": "npx prisma generate"
"prisma:generate": "npx prisma generate",
"pisma:push": "npx primsa db push"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
Expand Down

0 comments on commit a01047a

Please sign in to comment.