@nozomiishii/postinstall
v0.0.6
Published
Nozomi's Recommended postinstall scripts
Downloads
217
Readme
@nozomiishii/postinstall
Install
pnpm add -D @nozomiishii/postinstallUsage
Add this package to your project's postinstall script using pnpm CLI
pnpm pkg set scripts.postinstall="postinstall"Your package.json should contain this configuration
package.json
{
"postinstall": "postinstall"
}Run install to trigger the postinstall script which sets up development tools
pnpm install