Skip to content

Commit ac8634a

Browse files
authored
Merge pull request #608 from rvsia/makeDevSetupMoreClear
Make dev setup more clear
2 parents 1c7f1ec + 39a3f36 commit ac8634a

File tree

10 files changed

+10
-20
lines changed

10 files changed

+10
-20
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ yarn start
251251
4. How to clean?
252252

253253
```console
254-
rm yarn.lock
255254
yarn lerna clean # will delete all node_modules
256255
```
257256

@@ -292,7 +291,7 @@ All packages are releasing together and they share the version number.
292291

293292
#### Changes to documentation
294293

295-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
294+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
296295

297296
### Contribution
298297

packages/blueprint-component-mapper/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ yarn start
129129
4. How to clean?
130130

131131
```console
132-
rm yarn.lock
133132
yarn lerna clean # will delete all node_modules
134133
```
135134

@@ -170,7 +169,7 @@ All packages are releasing together and they share the version number.
170169

171170
#### Changes to documentation
172171

173-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
172+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
174173

175174
### Contribution
176175

packages/mui-component-mapper/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ yarn start
132132
4. How to clean?
133133

134134
```console
135-
rm yarn.lock
136135
yarn lerna clean # will delete all node_modules
137136
```
138137

@@ -173,7 +172,7 @@ All packages are releasing together and they share the version number.
173172

174173
#### Changes to documentation
175174

176-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
175+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
177176

178177
### Contribution
179178

packages/parsers/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ yarn test --watchAll packages/parsers
104104
4. How to clean?
105105

106106
```console
107-
rm yarn.lock
108107
yarn lerna clean # will delete all node_modules
109108
```
110109

@@ -136,7 +135,7 @@ All packages are releasing together and they share the version number.
136135

137136
#### Changes to documentation
138137

139-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
138+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
140139

141140
### Contribution
142141

packages/pf3-component-mapper/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ yarn start
128128
4. How to clean?
129129

130130
```console
131-
rm yarn.lock
132131
yarn lerna clean # will delete all node_modules
133132
```
134133

@@ -169,7 +168,7 @@ All packages are releasing together and they share the version number.
169168

170169
#### Changes to documentation
171170

172-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
171+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
173172

174173
### Contribution
175174

packages/pf4-component-mapper/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ yarn start
130130
4. How to clean?
131131

132132
```console
133-
rm yarn.lock
134133
yarn lerna clean # will delete all node_modules
135134
```
136135

@@ -171,7 +170,7 @@ All packages are releasing together and they share the version number.
171170

172171
#### Changes to documentation
173172

174-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
173+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
175174

176175
### Contribution
177176

packages/react-form-renderer/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ yarn start
251251
4. How to clean?
252252

253253
```console
254-
rm yarn.lock
255254
yarn lerna clean # will delete all node_modules
256255
```
257256

@@ -292,7 +291,7 @@ All packages are releasing together and they share the version number.
292291

293292
#### Changes to documentation
294293

295-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
294+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
296295

297296
### Contribution
298297

packages/react-renderer-demo/src/pages/development-setup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ yarn dev
4343
## How to clean?
4444

4545
```bash
46-
rm yarn.lock
4746
yarn lerna clean # will delete all node_modules
4847
```
4948

@@ -82,7 +81,7 @@ All packages are releasing together and they share the version number.
8281

8382
# Changes to documentation
8483

85-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
84+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
8685

8786
# Generating a mapper template
8887

packages/suir-component-mapper/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ yarn start
129129
4. How to clean?
130130

131131
```console
132-
rm yarn.lock
133132
yarn lerna clean # will delete all node_modules
134133
```
135134

@@ -170,7 +169,7 @@ All packages are releasing together and they share the version number.
170169

171170
#### Changes to documentation
172171

173-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
172+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
174173

175174
### Contribution
176175

templates/component-mapper/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ yarn start
127127
4. How to clean?
128128

129129
```console
130-
rm yarn.lock
131130
yarn lerna clean # will delete all node_modules
132131
```
133132

@@ -168,7 +167,7 @@ All packages are releasing together and they share the version number.
168167

169168
#### Changes to documentation
170169

171-
If your changes influence API or add new features, you should describe these new options in the `demo` repository. Thanks!
170+
If your changes influence API or add new features, you should describe these new options in the `react-renderer-demo` repository. Thanks!
172171

173172
### Contribution
174173

0 commit comments

Comments
 (0)