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
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
-
Hi Melos community 👋 ,
I'm new to Melos and I'm trying to achieve something that could work with flavor
For now I have a Makefile with multiple
.env
files and several scripts and by soucing a specific file I can work with flavor with ease.I want to achieve something similar with melos to make monorepo way simplier.
I found a way like this:
But I think that if I make repeat it for iOS web and also for publish, there are a lot of duplicates
Is there a better way to achieve this? What is recommended in this case?
Is there a way to source and env file easily?
Something like that could be awesome:
melos run build:android --config-file=.env.dev
Beta Was this translation helpful? Give feedback.
All reactions