Further attempt to make the build pass

This commit is contained in:
SteveSandersonMS
2016-05-02 12:47:58 -07:00
parent 323711fc24
commit 992060b908
7 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/tsc && node ./tmp/build/build.js"
"build": "tsc && node ./tmp/build/build.js"
},
"author": "Microsoft",
"license": "Apache-2.0",