changyoungoh

Results 2 comments of changyoungoh

https://github.com/lerna/lerna/blob/e33be4b043f4392311a1b12a1e3de4bdd5e0f42d/utils/pack-directory/lib/pack-directory.js#L55 Yarn, pnpm has its own packing logic, (via yarn pack, pnpm pack). And inside the pack command, I think there's a logic that overrides package.json's field by publishConfig. So...

Adding "@toss/utily-types" to the dependencies is acceptable since it doesn't increase the size of the runtime bundle where it's utilized, despite potentially increasing the size of "@tossteam/utils" when fetched from...