Skip to content

Commit

Permalink
Build Tools: Docgen: Remove space normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 21, 2020
1 parent 41e5daa commit bcdf6a8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions bin/api-docs/update-readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,7 @@ glob.stream( [
for ( const [ token, path ] of tokens ) {
try {
await execa(
join(
__dirname,
'..',
'..',
'node_modules',
'.bin',
'docgen'
).replace( / /g, '\\ ' ),
join( __dirname, '..', 'node_modules', '.bin', 'docgen' ),
[
relative( ROOT_DIR, resolve( dirname( file ), path ) ),
`--output ${ output }`,
Expand Down

0 comments on commit bcdf6a8

Please sign in to comment.