Skip to content

Commit c266dbb

Browse files
authored
Merge pull request #1151 from microsoftgraph/hotfix/main-dev-conflicts
Merges dev into main (#1143)
2 parents 40854d9 + 60b9f33 commit c266dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-typescript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ foreach($rootSegment in $rootSegments) {
3030
}
3131
$modelsPackagePath = "$targetDirectory/$modelsPackageDirectoryName"
3232
Invoke-Expression "$kiotaPath generate -o $modelsPackagePath -d $descriptionPath -c $clientName -l TypeScript -n github.com/microsoftgraph/msgraph-sdk-typescript/ -e '/me' -e '/me/**' $additionalArguments"
33-
Invoke-Expression "$PSScriptRoot\remove-typescript-fluent-api-from-main-package.ps1 -targetDirectory '$modelsPackagePath'"
33+
Invoke-Expression "$PSScriptRoot\remove-typescript-fluent-api-from-main-package.ps1 -targetDirectory '$modelsPackagePath'"

0 commit comments

Comments
 (0)