HelheimLabs / autochessia

Fully on-chain auto chess, built with MUD
https://dev.autochessia.xyz
GNU Affero General Public License v3.0
21 stars 14 forks source link

fix: abi output path #198

Closed noyyyy closed 11 months ago

aLIEzsss4 commented 11 months ago
"build": "pnpm run build:mud && pnpm run build:abi && pnpm run build:abi-ts",
"build:abi": "rimraf abi && forge build --extra-output-files abi --out abi --skip test script MudTest.sol",
"build:abi-ts": "mud abi-ts --input 'abi/IWorld.sol/IWorld.abi.json' && prettier --write '**/*.abi.json.d.ts'",

The output file is still the abi Maybe we need to update to the latest version

noyyyy commented 11 months ago
"build": "pnpm run build:mud && pnpm run build:abi && pnpm run build:abi-ts",
"build:abi": "rimraf abi && forge build --extra-output-files abi --out abi --skip test script MudTest.sol",
"build:abi-ts": "mud abi-ts --input 'abi/IWorld.sol/IWorld.abi.json' && prettier --write '**/*.abi.json.d.ts'",

The output file is still the abi Maybe we need to update to the latest version

The package is the latest version, but other config is not. We can modify when we need.

noyyyy commented 11 months ago
"build": "pnpm run build:mud && pnpm run build:abi && pnpm run build:abi-ts",
"build:abi": "rimraf abi && forge build --extra-output-files abi --out abi --skip test script MudTest.sol",
"build:abi-ts": "mud abi-ts --input 'abi/IWorld.sol/IWorld.abi.json' && prettier --write '**/*.abi.json.d.ts'",

The output file is still the abi Maybe we need to update to the latest version

Fixed it. any other problem?

github-actions[bot] commented 11 months ago

Deploy preview for vercel-autochessia ready!

✅ Preview https://vercel-autochessia-qvpblvky1-aliez.vercel.app

Built with commit 75c9302fa38349b5c505636df3474f855e76d479. This pull request is being automatically deployed with vercel-action