now installing typings before compiling

This commit is contained in:
2016-02-23 20:02:07 +01:00
parent 44aa92c83c
commit 08dcdb2c9f
4 changed files with 13 additions and 3 deletions

1
dist/npmts.jsdoc.js vendored
View File

@ -44,6 +44,7 @@ var publishDocs = function (configArg) {
plugins.beautylog.error('Error: Git failed');
plugins.shelljs.exit(1);
}
plugins.beautylog.success("Docs have been deployed to GitHub");
done.resolve(configArg);
}
else {