Skip to content

Commit

Permalink
fix(store): use released cli for gas-report
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1a committed Feb 22, 2023
1 parent 55157f4 commit ff9ef09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"link": "yarn link",
"docs": "rimraf API && hardhat docgen && echo 'label: API\norder: 50' > API/index.yml",
"release": "npm publish || echo 'version already published'",
"gasreport": " ../cli/dist/index.js gas-report --path test/** --save gas-report.txt"
"gasreport": "mud gas-report --path test/** --save gas-report.txt"
},
"devDependencies": {
"@latticexyz/cli": "^1.37.1",
"@typechain/ethers-v5": "^9.0.0",
"@types/ejs": "^3.1.1",
"@types/mocha": "^9.1.1",
Expand All @@ -40,8 +41,7 @@
"solidity-docgen": "^0.6.0-beta.22",
"ts-node": "10.7",
"typechain": "^8.1.1",
"typedoc": "^0.23.10",
"@latticexyz/cli": "^1.34.0"
"typedoc": "^0.23.10"
},
"peerDependencies": {
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
Expand Down

0 comments on commit ff9ef09

Please sign in to comment.