We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5923dd2 commit e723f70Copy full SHA for e723f70
apps/backend/project.json
@@ -43,9 +43,7 @@
43
"executor": "nx:run-commands",
44
"options": {
45
"cwd": "apps/backend",
46
- "commands": [
47
- "bunx tsc --pretty --noEmit -p tsconfig.json"
48
- ],
+ "commands": ["bunx tsc --pretty --noEmit -p tsconfig.json"],
49
"forwardAllArgs": false,
50
"description": "Type check with tsc"
51
},
zerops.yml
@@ -26,7 +26,7 @@ zerops:
26
- ls apps/backend
27
deployFiles:
28
- apps/backend/dist
29
- - node_modules
+ - node_modules/.prisma
30
cache:
31
- node_modules
32
- bun.lockb
0 commit comments