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

@@ -5,7 +5,7 @@
"main": "./dist/Exports",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node node_modules/.bin/rimraf *.d.ts dist/*.d.ts && tsd install && tsc && node build.js"
"prepublish": "rimraf *.d.ts dist/*.d.ts && tsd install && tsc && node build.js"
},
"typings": "dist/Exports",
"author": "Microsoft",