Commit 974003c
authored
Mariano/fix deps 4 (#1643)
* chore(bun.lock): update package versions for various dependencies
* chore(workflows): update bun install command to use --frozen-lockfile
* chore(workflows): update bun install command to include --ignore-scripts
* refactor(db): remove unused dotenv import from prisma.config.ts
* chore(workflows): rename install step and set working directory for DB migrations
* chore(workflows): add DB package dependency installation step
* chore(workflows): update bun install commands to use --frozen-lockfile and --ignore-scripts
* chore(workflows): remove DB package dependency installation step
* chore(workflows): add DB package dependency installation step
* chore(workflows): update bun install command to handle installation failures
---------
Signed-off-by: Mariano Fuentes <[email protected]>1 parent abf0129 commit 974003c
File tree
3 files changed
+4
-6
lines changed- .github/workflows
- packages/integrations
3 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments