Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
505 stars 203 forks source link

[proposal] Add postinstall to package.json #15

Closed karsasmus closed 7 years ago

karsasmus commented 7 years ago

Summary

Add

"scripts": {
    "postinstall": "gulp build"
},

to package.json to run gulp build after install


Note: This issue tracker is ONLY for bug reports and feature requests. If this is a personal support issue, please ask on the forum instead: community.postleaf.org

claviska commented 7 years ago

Good idea. Saves a step.