Hopefully make the build work on Windows

This commit is contained in:
SteveSandersonMS
2016-05-02 12:28:04 -07:00
parent 7d193108df
commit 323711fc24
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": "node_modules/.bin/tsc && node ./tmp/build/build.js"
},
"author": "Microsoft",
"license": "Apache-2.0",