mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update build-hardhat-project.yaml
This commit is contained in:
parent
cf4ba4ff76
commit
7a37ede3be
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-hardhat-project.yaml
vendored
4
.github/workflows/build-hardhat-project.yaml
vendored
|
|
@ -23,9 +23,7 @@ jobs:
|
|||
cd hardhat
|
||||
npm install -y
|
||||
npm install --save-dev hardhat -y
|
||||
npx hardhat init -y
|
||||
npm install --save-dev @nomicfoundation/hardhat-toolbox -y
|
||||
|
||||
npm install --save-dev @nomicfoundation/hardhat-toolbox -y
|
||||
|
||||
- name: Deploy Hardhat project
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue