Skip to content

Commit e723f70

Browse files
committed
fix(api): deploy only node_modules/.prisma
1 parent 5923dd2 commit e723f70

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

apps/backend/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
"executor": "nx:run-commands",
4444
"options": {
4545
"cwd": "apps/backend",
46-
"commands": [
47-
"bunx tsc --pretty --noEmit -p tsconfig.json"
48-
],
46+
"commands": ["bunx tsc --pretty --noEmit -p tsconfig.json"],
4947
"forwardAllArgs": false,
5048
"description": "Type check with tsc"
5149
},

zerops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zerops:
2626
- ls apps/backend
2727
deployFiles:
2828
- apps/backend/dist
29-
- node_modules
29+
- node_modules/.prisma
3030
cache:
3131
- node_modules
3232
- bun.lockb

0 commit comments

Comments
 (0)