Skip to content

Commit

Permalink
fix(release): update doctoc script
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Feb 12, 2019
1 parent 289d1da commit e07c654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ inquirer

// regenerate README TOC
shell.echo(colors.blue('Generate TOCS'));
shell.exec('npm run docs:doctoc');
shell.exec('npm run doctoc');

// regenerate yarn.lock
shell.exec('yarn');
Expand Down

0 comments on commit e07c654

Please sign in to comment.