Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 17, 2023
1 parent c65dbb4 commit c82373f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"build": "pnpm run build:js && pnpm run build:test-tables",
"build:js": "tsup && chmod +x ./dist/mud.js",
"build:test-tables": "tsx ./scripts/generate-test-tables.ts",
"clean": "pnpm run clean:js",
"clean": "pnpm run clean:js && pnpm run clean:test-tables",
"clean:js": "rimraf dist",
"clean:test-tables": "rimraf src/codegen",
"dev": "tsup --watch",
"lint": "eslint . --ext .ts",
"prepare": "mkdir -p ./dist && touch ./dist/mud.js",
Expand Down
23 changes: 0 additions & 23 deletions packages/world/src/Tables.sol

This file was deleted.

10 changes: 0 additions & 10 deletions packages/world/src/Types.sol

This file was deleted.

0 comments on commit c82373f

Please sign in to comment.