What is the equivalent of npm explore? #5676
Unanswered
shinebayar-g
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was using
npm explore my-package -- npm run some-script
to run the script of the dependency. This was needed because npm run script could call its own dependency.Is it possible to achieve similar result using yarn?
Beta Was this translation helpful? Give feedback.
All reactions