Skip to content

Commit

Permalink
remove unused fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Mar 30, 2022
1 parent 7a49ea8 commit 50d55e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions release/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ async function main() {
$(`npm install [email protected] --save`);
}
);

// await cd(
// `${process.env.HOME}/.gitbook/versions/3.2.3/node_modules/npm`,
// async () => {
// $(`npm install graceful-fs@latest --save`);
// }
// );
}

await cd("docs", async () => {
Expand Down

0 comments on commit 50d55e9

Please sign in to comment.