Commit e850b4b8 authored by Mark Tyneway's avatar Mark Tyneway

monorepo: remove postinstall hook

The docs no longer live in the monorepo so this postinstall
hook is no longer required. It was not caught when removing the
docs because it was designed to never error out.
parent d1e54cd5
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"lint:specs:check": "npx markdownlint-cli2 \"./specs/**/*.md\"", "lint:specs:check": "npx markdownlint-cli2 \"./specs/**/*.md\"",
"lint:specs:toc": "npx doctoc '--title=**Table of Contents**' ./specs", "lint:specs:toc": "npx doctoc '--title=**Table of Contents**' ./specs",
"preinstall": "npx only-allow pnpm", "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", "ready": "pnpm lint && pnpm test",
"prepare": "husky install", "prepare": "husky install",
"release": "npx nx run-many --target=build --skip-nx-cache && pnpm changeset publish", "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