feat: add Restaurant DTO and remove prisma generate from the build script

This commit is contained in:
2025-12-02 11:37:44 +03:00
parent ba38ce2865
commit 018d9ad41d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "prisma generate && nest build",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",