Skip to content

Commit

Permalink
fix: TSError: ? Unable to compile TypeScript when running 'gulp:build' (
Browse files Browse the repository at this point in the history
  • Loading branch information
kuncevic authored and mmalerba committed Dec 9, 2016
1 parent 9ed29fe commit 714c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gulp/tasks/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ task(':publish:whoami', execTask('npm', ['whoami'], {
task(':publish:logout', execTask('npm', ['logout']));


function _execNpmPublish(label: string): Promise<void> {
function _execNpmPublish(label: string): Promise<{}> {
const packageDir = DIST_COMPONENTS_ROOT;
if (!statSync(packageDir).isDirectory()) {
return;
Expand Down

0 comments on commit 714c2a4

Please sign in to comment.