Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 12, 2020
1 parent 8402b8b commit e79e2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89249,7 +89249,7 @@ function publishPackages(project, version) {
args.push('--tag');
args.push(prerelease[0]);
}
if ((yield exec_1.exec('npm publish', args, { ignoreReturnCode: true, cwd: project.root })) !== 0)
if ((yield exec_1.exec('npm publish', args, { ignoreReturnCode: true, cwd: packageToPublish.rootFolder })) !== 0)
allSucceeded = false;
}
return allSucceeded;
Expand Down

0 comments on commit e79e2d2

Please sign in to comment.