Skip to content

Commit 5ee4dd4

Browse files
Merge pull request #96 from japneetlambdatest/dev
merge issue resolved
2 parents d29228c + 00b4a44 commit 5ee4dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/archive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ function archive_project(lt_config) {
8989
},
9090
{ prefix: "project/" }
9191
);
92+
}
9293
if (
9394
lt_config.run_settings.dep_tokens &&
9495
lt_config.run_settings.dep_tokens.length > 0
@@ -126,7 +127,6 @@ function archive_project(lt_config) {
126127
} else {
127128
reject("Dep Tokens are passed but .npmrc does not exist");
128129
}
129-
130130
}
131131

132132
archive.finalize();

0 commit comments

Comments
 (0)