Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 18, 2023
1 parent 2b0af07 commit 2f32134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon ./src/index.js",
"start": "NODE_ENV=production npx prisma migrate deploy && NODE_ENV=production node ./src/index.js",
"start": "NODE_ENV=production yarn prisma migrate deploy && NODE_ENV=production node ./src/index.js",
"start:test": "NODE_ENV=test node ./src/index.js",
"initdb": "node ./src/db/scriptInit.js"
},
Expand Down Expand Up @@ -46,4 +46,4 @@
"node": ">= 14"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 2f32134

Please sign in to comment.