diff --git a/package.json b/package.json index 36e2fe2bf045c0165fc9c476dc9999865d452a85..7eb4f628b016b25dd7dc82da295b19760478e5b3 100644 --- a/package.json +++ b/package.json @@ -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",