Skip to content

Commit

Permalink
fix(api): deploy only node_modules/.prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
BleedingDev committed Nov 16, 2024
1 parent 5923dd2 commit e723f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions apps/backend/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
"executor": "nx:run-commands",
"options": {
"cwd": "apps/backend",
"commands": [
"bunx tsc --pretty --noEmit -p tsconfig.json"
],
"commands": ["bunx tsc --pretty --noEmit -p tsconfig.json"],
"forwardAllArgs": false,
"description": "Type check with tsc"
},
Expand Down
2 changes: 1 addition & 1 deletion zerops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ zerops:
- ls apps/backend
deployFiles:
- apps/backend/dist
- node_modules
- node_modules/.prisma
cache:
- node_modules
- bun.lockb
Expand Down

1 comment on commit e723f70

@vercel
Copy link

@vercel vercel bot commented on e723f70 Nov 16, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

web – ./apps/legacy_nmit

web-naucmeits-projects.vercel.app
web-git-master-naucmeits-projects.vercel.app
naucme.it

Please sign in to comment.