Skip to content

Commit

Permalink
fix(create-mud): upgrade mprocs (#3236)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 26, 2024
1 parent 8858e52 commit af26487
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 14,823 deletions.
11 changes: 11 additions & 0 deletions .changeset/spicy-mails-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-mud": patch
---

Upgraded mprocs to fix issues with it not running when started via npm script.

You can do the same in an existing MUD project with:

```
pnpm recursive up mprocs@latest
```
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ yarn-error.log
# We don't want projects created from templates to ignore their lockfiles, but we don't
# want to check them in here, so we'll ignore them from the root.
templates/*/pnpm-lock.yaml
examples/*/pnpm-lock.yaml

# mud test data
test-data/world-logs-bulk-*.json
Expand Down
299 changes: 0 additions & 299 deletions examples/faucet-client/pnpm-lock.yaml

This file was deleted.

Loading

0 comments on commit af26487

Please sign in to comment.