Question… When is the Lerna diff running in seed? ...
# seed
a
Question… When is the Lerna diff running in seed? is that running before the
before_compile
step? Asking because I’m pulling the frontend code during
before_compile
, and that is adding some 1 more package to the mono-repo. But if Lerna runs before that, is not detecting my changes 😞
Also… why the SEED CLI doesn’t have a “force” option like the UI has?
That option would help to solve my problem.
f
Hey @Adrián Mouly, yeah it’s run before the
before_compile
step.
Let me see if we can add a force option to the CLI this week.
I will keep you posted.
a
Thank you sir.
Yeah I think the force stuff might help me… I mean, the UI has it so why not? 🙂
@Frank any update on the “force run” setting for CLI?
f
Hey @Adrián Mouly, just released CLI v0.1.2
a
OMG!!
f
You can pass in
--force
a
I love it, going to try it today.
Look like it’s working, thanks Frank.
f
Nice 👍