Skip to content

Commit

Permalink
Remove tsup, vitest deps, and unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Nov 28, 2024
1 parent ebc910c commit f2c1981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
8 changes: 2 additions & 6 deletions packages/store-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
"build": "pnpm run build:abi && pnpm run build:abi-ts",
"build:abi": "forge build",
"build:abi-ts": "abi-ts",
"clean": "pnpm run clean:abi && pnpm run clean:js",
"clean": "pnpm run clean:abi",
"clean:abi": "forge clean",
"clean:js": "shx rm -rf dist",
"clean:mud": "shx rm -rf src/**/codegen",
"dev": "echo 'nothing to watch'",
"gas-report": "gas-report --save gas-report.json",
"lint": "solhint --config ./.solhint.json 'src/**/*.sol'",
Expand All @@ -43,9 +41,7 @@
"@latticexyz/gas-report": "workspace:*",
"@types/node": "^18.15.11",
"forge-std": "https://github.com/foundry-rs/forge-std.git#1eea5bae12ae557d589f9f0f0edae2faa47cb262",
"solhint": "^3.3.7",
"tsup": "^6.7.0",
"vitest": "0.34.6"
"solhint": "^3.3.7"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2c1981

Please sign in to comment.