0.0.3 • Published 6 months ago
@nozomiishii/postinstall v0.0.3
@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