mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-11 11:24:47 +00:00
Build using local 'tsc' tool instead of hoping the globally-installed one exists and is the right version
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "./dist/Exports",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"prepublish": "tsd install && tsc && node build.js"
|
||||
"prepublish": "tsd install && ./node_modules/.bin/tsc && node build.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -22,7 +22,7 @@
|
||||
"es6-shim": "^0.35.0",
|
||||
"reflect-metadata": "^0.1.2",
|
||||
"systemjs-builder": "^0.14.11",
|
||||
"typescript": "^1.7.3",
|
||||
"typescript": "^1.8.10",
|
||||
"zone.js": "^0.6.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user