UNPKG

postinstall

Version:

Deploy files from modules after npm install

14 lines (13 loc) 235 B
{ "name": "throw", "scripts": { "postinstall": "postinstall" }, "postinstall": { "./nothing.js": "link dst.js", "./nothing/*.css": "link dest/*.min.css" }, "dependencies": { "postinstall": "../../../" } }