Skip to content

Instantly share code, notes, and snippets.

@mrmeku
Last active October 30, 2019 17:07
Show Gist options
  • Save mrmeku/1363dd6f112fa6905bfd7e1652c437d8 to your computer and use it in GitHub Desktop.
Save mrmeku/1363dd6f112fa6905bfd7e1652c437d8 to your computer and use it in GitHub Desktop.
Super Narwhal Team's tasks.json
{
"version": "2.0.0",
"tasks": [
{
"label": "super-narwhal-devserver",
"type": "ng",
"command": "serve",
"project": "super-awesome-app",
"flags": ["--aot=false"],
"dependsOn": ["my-npm-task-that-runs-first"]
},
{
"label": "my-npm-task-that-runs-first",
"type": "npm",
"script": "my-npm-task",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment