Skip to content

Commit

Permalink
chore: ajuste comando package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSemiOficial committed Sep 28, 2024
1 parent 8bafe12 commit 4a1ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Projeto backend do gerenciador de tarefas que armazenar e gerencia todas as funcionalidades do sistema",
"main": "index.js",
"scripts": {
"server:build": "tsc",
"server:build": "tsc --build --verbose",
"server:watch": "tsx --watch src/server.ts",
"server:start": "node dist/src/server.js",
"prisma:migrate": "prisma migrate dev",
Expand Down

0 comments on commit 4a1ad90

Please sign in to comment.