Commit e7dd1b8
Merge #199
199: Add source directory r=curquiza a=Strift
## why
Trying to fix the extension deployment and finally fix
- #178
- #158
## how
Adding `sourceDirectory` in `extension.yaml` allowed me to deploy in local with:
```sh
firebase ext:dev:upload meilisearch/firestore-meilisearch --local
```
I'm hoping it will also work with the non-local, allowing me to deploy the updated version.
NB: running `npm run build` updated the `lib/*` file
Co-authored-by: Strift <lau.cazanove@gmail.com>2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments