Skip to content

Commit

Permalink
chore(dev-utils): Updated release to copy and commit react-md readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jan 12, 2021
1 parent 4716c76 commit 905d15a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dev-utils/src/libsize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import log from "loglevel";
import { join } from "path";

import { documentationRoot, packagesRoot, projectRoot, src } from "./constants";
import { shared } from "./shared";
import { themes } from "./themes";
import { umd as createUmd } from "./umd";
import { format, git, glob, list, uncommittedFiles } from "./utils";
Expand Down Expand Up @@ -273,6 +274,7 @@ ${list(css)}
updateLibsize(ROOT_README_PATH, message);
updateLibsize(ABOUT_README_PATH, message);
updateOtherPros(umds, css);
await shared();

if (uncommittedFiles()) {
git("add -u");
Expand Down

0 comments on commit 905d15a

Please sign in to comment.