ypib
v1.0.2
Published
postinstall-build with yarn
Readme
ypib
yarn postinstall build, like postinstall-build but with yarn.
Usage
In your package.json
{
"scripts": {
"build": "<something that builds lib>",
"postinstall": "ypib lib"
},
}DON'T RELY SOLELY ON THIS MODULE -- ALWAYS PUBLISH YOUR BUILD ARTIFACTS TO NPM
