UNPKG

postinstall

Version:

Deploy files from modules after npm install

13 lines (12 loc) 206 B
{ "name": "ignore-scripts", "scripts": { "postinstall": "postinstall" }, "postinstall": { "./src/other.js": "copy dest/file.js" }, "dependencies": { "postinstall": "../../../" } }