Skip to content

remove yarn#87

Closed
prd-carapulse[bot] wants to merge 1 commit into
mainfrom
hermes/remove-yarn
Closed

remove yarn#87
prd-carapulse[bot] wants to merge 1 commit into
mainfrom
hermes/remove-yarn

Conversation

@prd-carapulse
Copy link
Copy Markdown
Contributor

@prd-carapulse prd-carapulse Bot commented Apr 21, 2026

Removes all hardhat/yarn/husky scaffolding. Inspired by morpho-org/metamorpho#451.

  • Drop yarn.lock, package.json, tsconfig.json, hardhat.config.ts, .env.example.
  • Drop .husky/ hooks.
  • Drop .github/workflows/hardhat.yml, .github/workflows/npm-release.yml.
  • .github/actions/install: remove Node/yarn install steps (only Foundry remains).
  • foundry.yml / formatting.yml: replace yarn * commands with direct forge invocations; add an explicit cd lib/morpho-blue && forge build step before running tests.
  • .gitignore: drop .env, node_modules/, /types, /cache_hardhat, /artifacts.
  • foundry.toml: drop redundant src/test/libs defaults.
  • Rename test/forge/* -> test/*, drop test/hardhat/MetaMorpho.spec.ts.
  • README: rewrite ## Development to ## Developers noting forge + certora as the only build/test/format/verify stack.

Remove all hardhat/yarn/husky scaffolding; move test/forge/* -> test/*.

Inspired by morpho-org/metamorpho#451.
@MathisGD
Copy link
Copy Markdown
Contributor

let's do a proper merge instead

@MathisGD MathisGD closed this Apr 21, 2026
@MathisGD MathisGD deleted the hermes/remove-yarn branch April 21, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant