Skip to content

Ensure hardhat can download solidity#30

Draft
joewagner wants to merge 3 commits intomainfrom
joe/fix-379
Draft

Ensure hardhat can download solidity#30
joewagner wants to merge 3 commits intomainfrom
joe/fix-379

Conversation

@joewagner
Copy link
Contributor

This is an attempt to fix #40

@joewagner joewagner added the bug Something isn't working label Aug 29, 2023
"build": "npx lerna run build"
"test": "HARDHAT_CLEAN=true npx lerna run test:ci --stream",
"build": "npx lerna run build",
"pub": "lerna publish from-package"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unrelated, but I wanted to add the command we use to publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using this package to run tests with github actions is buggy

1 participant