Skip to content

Commit

Permalink
Merge 6ee7dd9 into 6eca1b4
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Aug 31, 2019
2 parents 6eca1b4 + 6ee7dd9 commit 51691d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const runDocToc = async (workDir: string): Promise<boolean> => {
const doctoc = path.resolve(workDir, 'node_modules/.bin/doctoc');
await execAsync(`yarn --cwd ${workDir} add doctoc`);
await execAsync(`${doctoc} ${args} --github`);
await execAsync(`yarn --cwd ${workDir} remove doctoc`);
return true;
};

Expand Down

0 comments on commit 51691d9

Please sign in to comment.