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 8caaa7e commit fa79941
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 @@ -8,7 +8,8 @@
"dev": "nodemon -r dotenv/config ./index.js dotenv_config_path=./.env.production",
"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"
"db-sync": "dotenv -e .env.tests -- prisma db push",
"build": "node ./index.js"
},
"type": "module",
"license": "ISC",
Expand Down

0 comments on commit fa79941

Please sign in to comment.