Commit 2e64d046 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6188 from ethereum-optimism/willc/only-pnpm

feat: Add script to stop people from accidentally using yarn install
parents 648e405b 8ee28067
......@@ -38,6 +38,7 @@
"lint:specs:fix": "npx markdownlint-cli2-fix \"./specs/**/*.md\"",
"lint:specs:check": "npx markdownlint-cli2 \"./specs/**/*.md\"",
"lint:specs:toc": "npx doctoc '--title=**Table of Contents**' ./specs",
"preinstall": "npx only-allow pnpm",
"postinstall": "patch-package && (test -d docs/op-stack && cd docs/op-stack && npx yarn@1 install && cd ../.. || exit 0)",
"ready": "pnpm lint && pnpm test",
"prepare": "husky install",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment