diff --git a/package.json b/package.json index 1d59895..15023c4 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "private": true, "license": "UNLICENSED", "scripts": { - "build": "nest build", + "build": "npx nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", - "start": "nest start", - "start:dev": "nest start --watch", - "start:debug": "nest start --debug --watch", + "start": "npx nest start", + "start:dev": "npx nest start --watch", + "start:debug": "npx nest start --debug --watch", "start:prod": "node dist/main", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest", diff --git a/vercel.json b/vercel.json index 5b3a379..a57fa5a 100644 --- a/vercel.json +++ b/vercel.json @@ -12,7 +12,7 @@ "dest": "dist/main.js" } ], - "buildCommand": "pnpm build", + "buildCommand": "npx nest build", "outputDirectory": "dist", "env": { "NODE_ENV": "production"