-
Notifications
You must be signed in to change notification settings - Fork 194
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
build: use shx from dev deps #3085
Conversation
|
Name | Type |
---|---|
create-mud | Patch |
@latticexyz/abi-ts | Patch |
@latticexyz/block-logs-stream | Patch |
@latticexyz/cli | Patch |
@latticexyz/common | Patch |
@latticexyz/config | Patch |
@latticexyz/dev-tools | Patch |
@latticexyz/explorer | Patch |
@latticexyz/faucet | Patch |
@latticexyz/gas-report | Patch |
@latticexyz/protocol-parser | Patch |
@latticexyz/query | Patch |
@latticexyz/react | Patch |
@latticexyz/recs | Patch |
@latticexyz/schema-type | Patch |
solhint-config-mud | Patch |
solhint-plugin-mud | Patch |
@latticexyz/store-indexer | Patch |
@latticexyz/store-sync | Patch |
@latticexyz/store | Patch |
@latticexyz/utils | Patch |
@latticexyz/world-module-metadata | Patch |
@latticexyz/world-modules | Patch |
@latticexyz/world | Patch |
mock-game-contracts | Patch |
ts-benchmarks | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Just saw it come up again in another PR, I think maybe related to parallelism?
|
continued from #3083
I was seeing errors in #3078 where
npx shx
would fail randomly in different places, I think related to the install process thatnpx
does before makingshx
bin available. Seems resolved by just installing it as a dev dep.