Skip to content

Commit 714c2a4

Browse files
kuncevicmmalerba
authored andcommitted
fix: TSError: ? Unable to compile TypeScript when running 'gulp:build' (#2132)
1 parent 9ed29fe commit 714c2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gulp/tasks/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ task(':publish:whoami', execTask('npm', ['whoami'], {
3434
task(':publish:logout', execTask('npm', ['logout']));
3535

3636

37-
function _execNpmPublish(label: string): Promise<void> {
37+
function _execNpmPublish(label: string): Promise<{}> {
3838
const packageDir = DIST_COMPONENTS_ROOT;
3939
if (!statSync(packageDir).isDirectory()) {
4040
return;

0 commit comments

Comments
 (0)