Try add some output to track the build failure. Too much > dev/nulls

This commit is contained in:
Panayot Cankov
2017-01-24 11:32:54 +02:00
parent 5b2d130b2c
commit bfc9cf1e74
2 changed files with 12 additions and 9 deletions

2
build/version.js Normal file
View File

@@ -0,0 +1,2 @@
var fs = require("fs");
console.log(JSON.parse(fs.readFileSync("./bin/dist/tns-core-modules/package.json")).version);