Add npm script to automate the tsc build for PRs on CI (#4599)

* Add npm run ci to automate some ci stuff

* Inlude node types for node_tests
This commit is contained in:
Panayot Cankov
2017-07-26 18:15:06 +03:00
committed by SvetoslavTsenov
parent c199b31000
commit d978424f35
4 changed files with 16 additions and 3 deletions

View File

@@ -9,5 +9,8 @@
"tns-core-modules/declarations.d.ts",
"tns-core-modules/es6-promise.d.ts",
"node-tests/**/*.ts"
]
],
"compilerOptions": {
"types": ["node"]
}
}