diff --git a/src/sfProject.ts b/src/sfProject.ts index b053fee020..c3383cbf09 100644 --- a/src/sfProject.ts +++ b/src/sfProject.ts @@ -43,6 +43,7 @@ export type PackageDir = { postInstallScript?: string; postInstallUrl?: string; releaseNotesUrl?: string; + scopeProfiles?: boolean; uninstallScript?: string; versionDescription?: string; versionName?: string;