-
-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(repo): use shell-emulator for better cross-platform compatibility. #1743
base: master
Are you sure you want to change the base?
Conversation
142b54f
to
2f47dfd
Compare
failing wasm test should be unrelated to pr?! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danielbayley I'm good to merge this once the conflicts are resolved. To resolve the pnpm-lock conflict, run pnpm i
in the repo root and pnpm will take care of it for us.
2f47dfd
to
7d4dee5
Compare
@shellscape Should be resolved now… |
Closing as abandoned. Please feel free to reopen if you get back around to it. |
I resolved the issue, as requested @shellscape 🤷🏻♂️ My other PR (#1744) is on hold only because/if #1782 is set to supercede it… But as already mentioned, this one should be good to go! @shellscape |
Bump @shellscape |
@danielbayley ugh. that stupid corepack bug has us blocked in our workflows. this is going to take me a couple of days to get to. |
@shellscape Yeah I think the same shit hit a bunch of my CI workflows! 🙈 I'm migrating them off corepack now, since it's set to be deprecated anyway… |
Rollup Plugin Name:
*
This PR contains:
Are tests included?
Breaking Changes?
If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.
List any relevant issue numbers:
Description
I started work on a separate PR, but quickly ran into errors with the
prepare
scripts
apparently not being cross-platform (if
command not found—I am on macOS). Since this is apnpm
monorepo, and thescripts
are very simple, why not make use of theshell-emulator
.npmrc
config option (which uses yarnpkg-shell)? This also means the dependency ondel-cli
is no longer necessary.