Commit 0199423
authored
fix: don't create package/lib if no globalConfig.json file (#76)
* fix: don't create package/lib if no globalConfig.json file
There is no need to create package/lib folder and put empty
requirements.txt file there if we do not have globalConfig.json
file present in the repository, which is the indicator of
the add-on which needs Python dependencies to be installed under
package/lib folder.
* chore: typo1 parent 4e5165e commit 0199423
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | | - | |
221 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
222 | 226 | | |
223 | 227 | | |
224 | 228 | | |
| |||
0 commit comments