rm "npm run abigen" from eth/Mathfile (#11)

This commit is contained in:
Justin Schuldt 2022-09-30 13:29:17 -05:00 committed by GitHub
parent fbadea1de9
commit 86c5f26b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ wormhole_dependencies: wormhole/ethereum/build
wormhole/ethereum/build:
git clone --depth 1 --branch scratch/batch_vaa_integration --single-branch https://github.com/certusone/wormhole.git
cd wormhole/ethereum && npm ci && npm run build && npm run abigen && make .env
cd wormhole/ethereum && npm ci && npm run build && make .env
dependencies: node_modules forge_dependencies wormhole_dependencies