Skip to content

Commit fde831a

Browse files
authored
Update README.md for lerna language
1 parent 578e6c6 commit fde831a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ curl -fsSL https://raw.githubusercontent.com/haxtheweb/webcomponents/master/scri
5050
git clone https://github.com/haxtheweb/webcomponents.git
5151
cd webcomponents
5252
npm install --global @haxtheweb/create
53-
yarn global add lerna
5453
yarn global add web-component-analyzer
5554
yarn install
5655
```
5756

57+
### Lerna
58+
This monorepo has configuration settings for lerna. Lerna is for the core team, but to bulk run commands against the monorepo consider things like `npx lerna run build` to run build against all elements. This is useful when getting ready to ship.
59+
5860
### Syncing Your Fork
5961
```
6062
git remote add upstream https://github.com/haxtheweb/webcomponents.git
@@ -101,7 +103,6 @@ To clone webcomponents, run:
101103
git clone https://github.com/haxtheweb/webcomponents.git
102104
cd webcomponents
103105
npm install --global @haxtheweb/create
104-
yarn global add lerna
105106
yarn global add web-component-analyzer
106107
yarn install
107108
```
@@ -125,11 +126,6 @@ Edit files in `lib/`, `src/`, `locales/` and `demo/` in order to modify the elem
125126
- Run storybook
126127
- `yarn run build-storybook`
127128
- Build storybook for deployment
128-
- `lerna publish`
129-
- Publish ALL webcomponents' elements to npmjs.com
130-
131-
- `lerna run build --no-bail`
132-
- Run `build` command in all projects in the repo, don't bail if there's an issue
133129

134130
## Web Component development
135131

0 commit comments

Comments
 (0)