How to run a postinstall script after the package.json file is written?
I currently use pnpm as package manager. I’m maintaining a monorepo (around 30 packages) that has a postinstall
script at the monorepo root. This script will run a local custom script that should perform some consistency checks across all package.json
files and tsconfig.json
files (by reading the content of these files)