Fix some issues when building with Korebuild. Also make it build the project templates.

This commit is contained in:
SteveSandersonMS
2016-10-05 10:59:24 +01:00
parent 81d96766ee
commit ff396377b9
8 changed files with 9 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
"description": "Tracks outstanding operations for a logical thread of execution",
"main": "index.js",
"scripts": {
"prepublish": "node node_modules/.bin/rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \"domain-task\"'",
"prepublish": "rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \"domain-task\"'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Microsoft",