sparse-intern-71089
06/29/2022, 10:47 PMimportant-leather-28796
06/29/2022, 10:52 PM"resolutions": {
"cloud-common": "workspace:*"
}important-leather-28796
06/29/2022, 10:52 PMyarn install first, just wondering what others are doing with common code that is unpublished…important-leather-28796
06/29/2022, 10:58 PMlittle-cartoon-10569
06/30/2022, 12:55 AMbrief-fall-32292
06/30/2022, 9:52 AMbrief-fall-32292
06/30/2022, 9:57 AMimportant-leather-28796
06/30/2022, 10:11 PMpackage.json like this works for lint, tsc, and pulumi without having to run an explicit build (use src ts only), making it far more convenient:
"main": "src/index.ts",
"typings": "src/index.ts",important-leather-28796
06/30/2022, 10:13 PMresolutions: { "my-shared-pkg": "workspace:*" } and good to go