@firestartr/cli 1.39.0 → 1.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -297297,6 +297297,7 @@ class github_feature_FirestartrGithubRepositoryFeature extends Resource {
|
|
|
297297
297297
|
break;
|
|
297298
297298
|
case 'UPDATE':
|
|
297299
297299
|
github_feature_log('UPDATED');
|
|
297300
|
+
await this._updateManagedFiles();
|
|
297300
297301
|
break;
|
|
297301
297302
|
case 'DELETE':
|
|
297302
297303
|
github_feature_log('DELETE');
|