Skip to content

Instantly share code, notes, and snippets.

@revington
Last active June 9, 2016 11:31
Show Gist options
  • Save revington/426c9d64afceb20cf92242d787c3a3ca to your computer and use it in GitHub Desktop.
Save revington/426c9d64afceb20cf92242d787c3a3ca to your computer and use it in GitHub Desktop.
package.json with bundle task including aerospike
{
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --check-leaks test",
"bundle": "rm -rf node_modules; git rm -rf --cached node_modules; npm install --production --ignore-scripts && git add -f node_modules && npm rebuild && (cd node_modules/aerospike/aerospike-client-c/; rm -r include lib lua package/usr package/aerospike-client-c-libuv-*) && git add -f node_modules/aerospike/aerospike-client-c"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment