Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Feature: Handle / test symlinks. #11

Open
1 task
ryan-roemer opened this issue Nov 4, 2020 · 1 comment
Open
1 task

Feature: Handle / test symlinks. #11

ryan-roemer opened this issue Nov 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ryan-roemer
Copy link
Member

See: FormidableLabs/serverless-jetpack#142

  • Basic tests for how symlinks are resolved (probably in a monorepo with a lib/package1|2 and functions/packageA|B|C, etc.
@ryan-roemer ryan-roemer added the enhancement New feature or request label Nov 4, 2020
@leemhenson
Copy link

I added a big old monorepo-with-symlinks test case in my fork as documented here: FormidableLabs/serverless-jetpack#142 (comment)

One of the things to catch is that scoped packages have / in the middle (e.g. @npm/cli) which can throw off your path wrangling unless you're careful (e.g. not all package.jsons are at node_modules/*/package.json).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants