Skip to content

Commit

Permalink
Update readmes on pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 4, 2019
1 parent e172a59 commit 4689fea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@
"wp-scripts lint-js"
],
"{docs/{toc.json,tool/*.js},packages/{*/README.md,*/src/{actions,selectors}.js,components/src/*/**/README.md}}": [
"npm run docs:build"
"node ./docs/tool"
],
"packages/**/*.js": [
"node ./bin/update-readmes"
]
}
}

0 comments on commit 4689fea

Please sign in to comment.