important-leather-28796
06/29/2022, 10:47 PM"resolutions": {
"cloud-common": "workspace:*"
}
yarn install
first, just wondering what others are doing with common code that is unpublished…little-cartoon-10569
06/30/2022, 12:55 AMbrief-fall-32292
06/30/2022, 9:52 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",
resolutions: { "my-shared-pkg": "workspace:*" }
and good to go