Skip to content

Commit

Permalink
new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysShchypt committed Aug 12, 2024
1 parent aa0577b commit ba84933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest generate:prisma && start",
"start": "npm run prisma:generate && nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"prisma:generate": "prisma generate",
"generate:prisma": "npx prisma migrate dev --name init",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand Down

0 comments on commit ba84933

Please sign in to comment.