Skip to content

Commit

Permalink
fix CI book pipeline, attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Aug 28, 2020
1 parent e15f84e commit 69bd25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/book.js
Expand Up @@ -9,7 +9,7 @@ async function main() {

if (process.env.CI) {
// cf. https://github.com/GitbookIO/gitbook-cli/issues/110#issuecomment-669640662
let npm_prefix = $$(`npm config get prefix`);
let npm_prefix = $$(`npm config get prefix`).trim();
await cd(
`${npm_prefix}/lib/node_modules/gitbook-cli/node_modules/npm/node_modules`,
async () => {
Expand Down

0 comments on commit 69bd25d

Please sign in to comment.