Skip to content

Commit

Permalink
Use new script
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 5, 2019
1 parent ae2707f commit f77aeb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions bin/update-readmes.js
Expand Up @@ -5,6 +5,7 @@ const childProcess = require( 'child_process' );

const packages = [
'e2e-test-utils',
'redux-routine',
];

let aggregatedExitCode = 0;
Expand Down
6 changes: 0 additions & 6 deletions packages/redux-routine/package.json
Expand Up @@ -27,13 +27,7 @@
"is-promise": "^2.1.0",
"rungen": "^0.3.2"
},
"devDependencies": {
"@wordpress/docgen": "file:../docgen"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"docs:generate": "docgen ./src/index.js --output ./README.md --to-token"
}
}

0 comments on commit f77aeb1

Please sign in to comment.