Skip to content

Commit

Permalink
Merge pull request #20562 from NullVoxPopuli/fix-release
Browse files Browse the repository at this point in the history
pnpm docs doesn't run the scripts entry named docs
  • Loading branch information
ef4 authored Oct 25, 2023
2 parents b6b05da + e85d1dc commit 150b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-for-publishing.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Promise.resolve()
})
.then(() => {
// generate docs
return exec('pnpm', ['docs']).then(() => {
return exec('pnpm', ['run', 'docs']).then(() => {
updateDocumentationVersion();
});
})
Expand Down

0 comments on commit 150b066

Please sign in to comment.