Skip to content

Commit

Permalink
fixes to hardhat install
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 14, 2024
1 parent 594c829 commit 1380c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Installing local hardhat
run: |
docker exec devnet sh -c "cd /workspace/hardhat && npm install"
docker exec devnet sh -c "cd /workspace/hardhat && npm install --save-dev hardhat"
- name: Deploy hardhat sample project
run: |
Expand Down

0 comments on commit 1380c9d

Please sign in to comment.