ProjectEvergreen / ProjectEvergreen/wcc
reference local version of WCC when building the docs website
Open
chore
- Dominant language
- JavaScript
- Stars
- 126
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Task
Coming out of #222 , one wish list item was to be able to reference the local version of WCC, as opposed to the version that comes in with Greenwood. This would help ensure that any issues building Greenwood with WCC are caught sooner, rather than later.
So far I've been able to get things to work by using overrides and does update the lock file
"overrides": {
"wc-compiler": "file:."
},
But not sure how this will impact installation when users run npm i wc-compiler? Will need to think about that and maybe test it with a dist tag release?
This would be nice, since using patch-package kind of bit us in the butt - #261
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.