Skip to content

Commit ffc3e1c

Browse files
authored
doc: Removes copied-in review comment (#980)
1 parent ff15ba4 commit ffc3e1c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@ Developer Documentation.
1717
1. Fork the repository
1818
2. Clone your fork
1919
3. Install dependencies with `yarn install`
20-
l: Some stuff that's probably worth mentioning here:
2120

22-
Suggested change
23-
3. Install dependencies with `yarn install`
24-
## Running End-to-End Tests
25-
3. Install dependencies with `yarn install`
2621
## Building and running locally
22+
2723
Build the wizard with this command
24+
2825
```bash
2926
yarn build
3027
```
28+
3129
If you want to simply try out the wizard locally, you can use
30+
3231
```bash
33-
yarn try #also takes all CLI args you'd pass to the wizard
32+
yarn try #also takes all CLI args you'd pass to the wizard
3433
```
3534

3635
### Running local builds in external projects

0 commit comments

Comments
 (0)