Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed Oct 13, 2024
1 parent ffb88ee commit f0c65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"db-introspect": "dotenv -e .env.development -- prisma generate",
"db-generate": "dotenv -e .env.development -- prisma db pull",
"db-sync": "dotenv -e .env.tests -- prisma db push",
"build": "node ./index.js"
"start": "node ./index.js"
},
"type": "module",
"license": "ISC",
Expand Down

0 comments on commit f0c65b5

Please sign in to comment.