faint-table-42725
04/20/2020, 8:50 PMpackage.json
in the mixin: https://github.com/pulumi/pulumi-gcp/blob/master/sdk/nodejs/cloudfunctions/zMixins.ts#L243scripts
— I’m surprised if read-package-json
actually strips out the scripts
propertyclean-autumn-55516
04/21/2020, 11:12 PMproducePackageJson
function only uses dependencies
when generating the new package.json
https://github.com/pulumi/pulumi-gcp/blob/master/sdk/nodejs/cloudfunctions/zMixins.ts#L273faint-table-42725
04/22/2020, 3:55 AM