Skip to content

Commit

Permalink
build(cli): rename generate-test-tables to build:test-tables (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1a authored Aug 6, 2023
1 parent cc2c8da commit 1af2f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"mud": "./dist/mud.js"
},
"scripts": {
"build": "pnpm run build:js",
"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:js": "rimraf dist",
"dev": "tsup --watch",
"generate-test-tables": "tsx ./scripts/generate-test-tables.ts",
"lint": "eslint . --ext .ts",
"test": "tsc --noEmit && pnpm run generate-test-tables && forge test"
"test": "tsc --noEmit && forge test"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down

0 comments on commit 1af2f49

Please sign in to comment.