Commit de4b7d5
committed
Docker: mkdir -p the package js-component dir before syncing dist (fresh-clone fix)
In a fresh clone openms_insight/js-component/ does not exist (it only ever held the
gitignored dist/), so cp had no parent dir and the build failed. mkdir -p it first.
Validated end-to-end against a fresh clone of the branch: clone -> npm build -> sync
-> pip wheel produces a wheel bundling the Vue dist (7 files incl. index.js).1 parent dcd9b49 commit de4b7d5
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments