Commit c610683
Load full dev seeds in Conductor workspaces via --seed-dev (#1588)
bin/setup hardcoded `db:seed`, so Conductor workspaces only ever got the
minimal base seeds and the UI came up empty of sample data. The dev sample
set (workshops, events, analytics, profiles, payments, etc.) lives behind
the `db:seed:dev` rake task, which nothing was invoking.
Add a `--seed-dev` flag to bin/setup that swaps in `db:seed:dev` (it chains
the base `db:seed` first), keeping plain `db:seed` the default for CI and
lean setups, and pass it from bin/conductor-setup since Conductor
workspaces are always dev.
Also drops the redundant `npm ci` from bin/conductor-setup — bin/setup
already runs it — and clarifies the surrounding comment.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8149022 commit c610683
2 files changed
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
106 | | - | |
107 | 109 | | |
108 | | - | |
109 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
0 commit comments