Skip to content

Commit

Permalink
chore(docz-gatsby-monorepo): rename scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 31, 2019
1 parent 52126df commit 9379cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/monorepo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ yarn # npm i
## Start developing

```sh
yarn dev # npm run dev
yarn lerna:dev # npm run lerna:dev
```

## Build

```sh
yarn build # npm run build
yarn lerna:build # npm run lerna:build
```

0 comments on commit 9379cfb

Please sign in to comment.