You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add artifacts to files section of package.json and use it in target project. This is unfavourable since it depends on package manager's workspace implementation.
This discussion was converted from issue #418 on January 03, 2022 16:11.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the feature you'd like to request
Allow users to map outputs of one project to another.
Possible use cases:
Describe the solution you'd like
Bottom config will symlink
frontend
project'sbuild
folder tofrontend-serve
project'spublic
directoryDescribe alternatives you've considered
I've considered two possible alternatives:
files
section of package.json and use it in target project. This is unfavourable since it depends on package manager's workspace implementation.Beta Was this translation helpful? Give feedback.
All reactions