Skip to content

Commit

Permalink
test: fix examples (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jan 6, 2025
1 parent 09e9bd5 commit c75aa20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/custom-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"shx": "^0.3.4",
"solhint": "^3.3.7",
"solhint-config-mud": "link:../../packages/solhint-config-mud",
"solhint-plugin-mud": "link:../../packages/solhint-plugin-mud"
"solhint-plugin-mud": "link:../../packages/solhint-plugin-mud",
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/multiple-namespaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "pnpm run prettier && pnpm run solhint",
"prettier": "prettier --write 'src/**/*.sol'",
"solhint": "solhint --config ./.solhint.json 'src/**/*.sol' --fix",
"test": "mud test"
"test": "tsc --noEmit && mud test"
},
"devDependencies": {
"@latticexyz/cli": "link:../../packages/cli",
Expand Down

0 comments on commit c75aa20

Please sign in to comment.