Skip to content

Instantly share code, notes, and snippets.

@fiveisprime
Created November 30, 2013 18:41
Show Gist options
  • Save fiveisprime/7722807 to your computer and use it in GitHub Desktop.
Save fiveisprime/7722807 to your computer and use it in GitHub Desktop.
Custom node modules preinstall.
{
"name": "my-application",
"version": "0.0.0",
"description": "Sample application that has custom modules.",
"main": "index.js",
"scripts": {
"preinstall": "npm install ./custom_modules/custom && npm install ./custom_modules/other-custom"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment