Skip to content

Commit

Permalink
Merge pull request #61 from DenysShchypt/bug/fix-versel
Browse files Browse the repository at this point in the history
new scripts
  • Loading branch information
DenysShchypt authored Aug 12, 2024
2 parents e83d00d + ba84933 commit 9a94057
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 9a94057

Please sign in to comment.