Commit 236cfdf
committed
firebase: app-vue target self-builds (predeploy) — fixes 'app-vue/dist does not exist'
The 'app' hosting target (socioprophet-builder site) pointed at
socioprophet-web/app-vue/dist but nothing built it, so 'firebase deploy' failed
with 'Directory ... does not exist'. Added a predeploy hook that installs + builds
app-vue (vue-tsc + vite build, verified: builds clean in ~0.6s) before deploy, so
the target is self-sufficient.1 parent 120cde2 commit 236cfdf
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments