Skip to content

Commit

Permalink
init dataconnect:sdk should preserve existing packageJsonDir if not o…
Browse files Browse the repository at this point in the history
…verridden (#7777)
  • Loading branch information
fredzqm authored Oct 1, 2024
1 parent 7ab6507 commit a717346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init/features/dataconnect/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ async function askQuestions(setup: Setup, config: Config): Promise<SDKInfo> {
const javascriptSdk: JavascriptSDK = {
outputDir,
package: pkg,
packageJsonDir: newConnectorYaml.generate.javascriptSdk?.packageJsonDir,
};

if (
Expand Down

0 comments on commit a717346

Please sign in to comment.