UNPKG

postinstall

Version:

Deploy files from modules after npm install

14 lines (13 loc) 230 B
{ "name": "dep-wildcard", "scripts": { "postinstall": "postinstall" }, "postinstall": { "sample/dist/*": "link public/" }, "dependencies": { "postinstall": "../../../", "sample": "file:../sample" } }