Skip to content

Commit

Permalink
Add all packages to be documented to the array
Browse files Browse the repository at this point in the history
The ones not ready are commented. This will avoid rebasing nightmares.
  • Loading branch information
oandregal committed Mar 6, 2019
1 parent 47fff58 commit 1547e5d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bin/update-readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,34 @@ const path = require( 'path' );
const childProcess = require( 'child_process' );

const packages = [
//'a11y',
//'autop',
//'blob',
//'block-editor',
//'block-library',
//'block-serialization-default-parser',
//'blocks',
//'compose',
//'data',
//'date',
//'deprecated',
//'dom',
//'dom-ready',
'e2e-test-utils',
//'edit-post',
'element',
'escape-html',
//'html-entities',
//'i18n',
//'keycodes',
//'plugins',
//'priority-queue',
//'redux-routine',
//'rich-text',
//'shortcode',
//'url',
//'viewport',
//'wordcount',
];

let aggregatedExitCode = 0;
Expand Down

0 comments on commit 1547e5d

Please sign in to comment.