Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
victor99dev authored May 23, 2024
1 parent f4a6d97 commit e8fafa7
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 @@
"scripts": {
"postinstall": "prisma generate",
"prebuild": "rimraf dist",
"build": "prisma generate && nest build",
"build": "prisma generate && nest build && npm run build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down

1 comment on commit e8fafa7

@vercel
Copy link

@vercel vercel bot commented on e8fafa7 May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.