Skip to content

Instantly share code, notes, and snippets.

@emanguy
Last active November 30, 2016 21:48
Show Gist options
  • Select an option

  • Save emanguy/5995f8b7d6533bcc76011fa2046b6099 to your computer and use it in GitHub Desktop.

Select an option

Save emanguy/5995f8b7d6533bcc76011fa2046b6099 to your computer and use it in GitHub Desktop.
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
{
"version": "0.1.0",
"command": "polymer",
"isShellCommand": true,
"args": [],
"showOutput": "always",
"suppressTaskName": true,
"tasks": [
{
"taskName": "automated test",
"args": [
"test"
]
},
{
"taskName": "interactive test",
"args": [
"serve",
"--open"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment