UNPKG

postinstall

Version:

Deploy files from modules after npm install

14 lines (13 loc) 260 B
{ "name": "scoped-dep-file", "scripts": { "postinstall": "postinstall" }, "postinstall": { "@scope/sample/dist/test.js": "link test.js" }, "dependencies": { "postinstall": "../../../", "@scope/sample": "file:../@scope/sample" } }