Skip to content

Instantly share code, notes, and snippets.

@mysticatea
Created December 2, 2015 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mysticatea/34949629c9e0a01a9e7d to your computer and use it in GitHub Desktop.
Save mysticatea/34949629c9e0a01a9e7d to your computer and use it in GitHub Desktop.
{
"name": "arguments-example",
"private": true,
"description": "Please run `npm install` and `npm test`.",
"scripts": {
"test": "npm-run-all \"delay 3000\" go",
"delay": "node -e \"setTimeout(function() {}, Number(process.argv[1]))\"",
"go": "echo \"go!\""
},
"dependencies": {
"npm-run-all": "^1.3.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment