-
I have a monorepo that includes both Rust and JS packages. One of the JS packages depends on
I’ve tried using What are your advices ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@d-corler Yeah this is a tricky situation, since the "install deps" action will always run before the "run task" action. There's no way to circumvent this. Is it possible to stub the |
Beta Was this translation helpful? Give feedback.
Yes, maybe with a decoy
package.json
We can keep a "sync" by adding a script to copy and tweak it from pkg.