Skip to content

Commit

Permalink
added build task
Browse files Browse the repository at this point in the history
  • Loading branch information
dstpierre committed Mar 30, 2017
1 parent ab108de commit cfbfbd5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
"run"
],
"tasks": [
{
//Buil Task
"taskName": "build",
// Run on Shift+Ctrl+B
"isBuildCommand": true,
// Don't run on Shift+Ctrl+T
"isTestCommand": false,
"showOutput": "silent",
"args": [
"pack"
]
},
{
//Test Task
"taskName": "mocha",
Expand Down

0 comments on commit cfbfbd5

Please sign in to comment.