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
2
.github/workflows/build-hardhat-project.yaml
vendored
2
.github/workflows/build-hardhat-project.yaml
vendored
|
|
@ -23,10 +23,8 @@ jobs:
|
||||||
cd hardhat
|
cd hardhat
|
||||||
npm install -y
|
npm install -y
|
||||||
npm install --save-dev hardhat -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
|
- name: Deploy Hardhat project
|
||||||
run: |
|
run: |
|
||||||
cd hardhat
|
cd hardhat
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue