Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created November 6, 2014 05:22
Show Gist options
  • Save isaacs/72e9f2b586a30bf7ddf4 to your computer and use it in GitHub Desktop.
Save isaacs/72e9f2b586a30bf7ddf4 to your computer and use it in GitHub Desktop.
$ cat package.json
{
"name": "gulpstartcmd",
"version": "1.0.0",
"scripts": {
"start": "which gulp"
},
"devDependencies": {
"gulp": "^3.8.10"
}
}
$ npm start
> [email protected] start /Users/isaacs/dev/js/x/gulpstartcmd
> which gulp
/Users/isaacs/dev/js/x/gulpstartcmd/node_modules/.bin/gulp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment