We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed29fe commit 714c2a4Copy full SHA for 714c2a4
tools/gulp/tasks/release.ts
@@ -34,7 +34,7 @@ task(':publish:whoami', execTask('npm', ['whoami'], {
34
task(':publish:logout', execTask('npm', ['logout']));
35
36
37
-function _execNpmPublish(label: string): Promise<void> {
+function _execNpmPublish(label: string): Promise<{}> {
38
const packageDir = DIST_COMPONENTS_ROOT;
39
if (!statSync(packageDir).isDirectory()) {
40
return;
0 commit comments