Skip to content

Instantly share code, notes, and snippets.

@jackfiallos
Last active August 22, 2018 18:36
Show Gist options
  • Select an option

  • Save jackfiallos/c8fd30c33c22974b98257260051af6c4 to your computer and use it in GitHub Desktop.

Select an option

Save jackfiallos/c8fd30c33c22974b98257260051af6c4 to your computer and use it in GitHub Desktop.
{
"scripts": {
"start": "node server.js",
"dev": "supervisor --inspect server.js",
"test": "NODE_ENV=test mocha -u tdd --timeout 999999 --colors ./test --exit",
"pm2": "pm2 reload ecosystem.config.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment