Commit a1ee3497 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6448 from ethereum-optimism/fix/postinstall

monorepo: remove postinstall hook
parents 189bbfef 109a6990
......@@ -22,7 +22,7 @@
"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)",
"postinstall": "patch-package",
"ready": "pnpm lint && pnpm test",
"prepare": "husky install",
"release": "npx nx run-many --target=build --skip-nx-cache && pnpm changeset publish",
......
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