Skip to content

Commit

Permalink
feat: simplify project configs
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Apr 24, 2024
1 parent 420cbf1 commit 238f67e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 52 deletions.
28 changes: 2 additions & 26 deletions libs/providers/analytics/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,8 @@
"lint": {},
"types": {},
"format": {},
"migrate": {
"executor": "nx:run-commands",
"options": {
"cwd": "libs/providers/analytics",
"command": "drizzle-kit push:pg"
},
"configurations": {
"prod": {},
"dev": {},
"staging": {},
"local": {}
}
},
"studio": {
"executor": "nx:run-commands",
"options": {
"cwd": "libs/providers/analytics",
"command": "drizzle-kit studio"
},
"configurations": {
"prod": {},
"dev": {},
"staging": {},
"local": {}
}
}
"migrate": {},
"studio": {}
},
"tags": []
}
28 changes: 2 additions & 26 deletions libs/providers/user-progress/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,8 @@
"lint": {},
"types": {},
"format": {},
"migrate": {
"executor": "nx:run-commands",
"options": {
"cwd": "libs/providers/user-progress",
"command": "drizzle-kit push:pg"
},
"configurations": {
"prod": {},
"dev": {},
"staging": {},
"local": {}
}
},
"studio": {
"executor": "nx:run-commands",
"options": {
"cwd": "libs/providers/user-progress",
"command": "drizzle-kit studio"
},
"configurations": {
"prod": {},
"dev": {},
"staging": {},
"local": {}
}
}
"migrate": {},
"studio": {}
},
"tags": []
}

0 comments on commit 238f67e

Please sign in to comment.