Skip to content

Instantly share code, notes, and snippets.

@dmikey
Created April 6, 2016 06:02
Show Gist options
  • Save dmikey/cdea60ae2e44be1ac02cdd59f64824d8 to your computer and use it in GitHub Desktop.
Save dmikey/cdea60ae2e44be1ac02cdd59f64824d8 to your computer and use it in GitHub Desktop.
vscode npm command
{
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"tasks": [
{
"taskName": "run",
// Make this the default build command.
"isBuildCommand": true,
"args": ["build"],
// Show the output window only if unrecognized errors occur.
"showOutput": "silent"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment