Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorCarvalho67 committed Jun 4, 2024
1 parent 3885616 commit 94ca33b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev --exit-child --transpile-only --ignore-watch node_modules src/index.ts"
"dev": "ts-node-dev --exit-child --transpile-only --ignore-watch node_modules src/index.ts",
"vercel-build": "npx prisma generate && npx prisma migrate deploy"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 94ca33b

Please sign in to comment.