Commit c9d6b2a
authored
remove cds-dk installation from build script of db (#184)
This PR removes the @sap/cds-dk installation from the build script in
db/package.json. Now, the build script relies on a previous local
installation of the cds-dk, e.g. done with a maven build. Or a globally
installed cds-dk version is used.
The mbt build works fine, because first the srv module is built, then
the db module.1 parent 7e8b302 commit c9d6b2a
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments