Commit 0d837ce
authored
fix(cli): watch string files and metadata.json for changes (#10374)
String files ({service}.json) and metadata.json were not triggering
updates to the extension when modified during dev mode. Added a handler
in the chokidar watcher to detect changes to these files and trigger
compileAndSend().1 parent 5da1c76 commit 0d837ce
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
159 | 167 | | |
160 | 168 | | |
161 | 169 | | |
| |||
0 commit comments