https://pulumi.com logo
#general
Title
# general
d

damp-rain-39201

10/01/2022, 12:43 PM
Hello I’m creating a multi language support pulumi sdk sdk in typescript . When I usung the command make generate to build the sdk by using pulumi provided generator.go file it’s overwriting the name of package.json for instance my package name @atmakur/pulumi-mymodule to @pulumi/pulumi-mymodule
e

echoing-dinner-19531

10/01/2022, 1:06 PM
I think you need to set "publisher" in the schema.json to "atmakur"
d

damp-rain-39201

10/03/2022, 10:25 AM
Hi, Thanks for your suggestion. I added the publisher to the schema.json but still same
e

echoing-dinner-19531

10/03/2022, 11:50 AM
Ah, found it, under the “language” section add “nodejs”: { “packageName”: <full package name> }
🙌 1
d

damp-rain-39201

10/03/2022, 12:56 PM
Thanks, it's worked 👍
2 Views