UNPKG

postinstall

Version:

Deploy files from modules after npm install

16 lines (15 loc) 286 B
{ "name": "dep-file", "version": "0.0.1", "scripts": { "postinstall": "postinstall" }, "postinstall": { "sample/dist/test.js": "link test.js", "sample": "copy sample.js" }, "dependencies": { "postinstall": "../../../", "sample": "file:../sample" } }