We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f9d45 commit 065bd14Copy full SHA for 065bd14
lib/services/project-changes-service.ts
@@ -183,6 +183,7 @@ export class ProjectChangesService implements IProjectChangesService {
183
this._changesInfo = this._changesInfo || new ProjectChangesInfo();
184
this._changesInfo.appResourcesChanged = true;
185
this._changesInfo.configChanged = true;
186
+ this._changesInfo.nativeChanged = true;
187
return true;
188
}
189
0 commit comments