Skip to content

Commit c30cc81

Browse files
committed
fix: Contribution guidelines should refer to yarn
1 parent 605ed2c commit c30cc81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nvm use <<version>>
1818
The best way to make changes to the Pattern Lab Node core and test them is through an edition.
1919
2020
* Fork this repository on Github.
21-
* `npm install && npm run bootstrap`
21+
* `yarn install && yarn run bootstrap`
2222
* Create a new branch in your fork and push your changes in that fork.
2323
* `cd packages/edition-node`
2424
* Test your changes with the edition's api
@@ -28,7 +28,7 @@ The best way to make changes to the Pattern Lab Node core and test them is throu
2828
To ensure that developers can bootstrap the repo from a fresh clone, do this in your working copy:
2929
3030
```sh
31-
git reset --hard && git clean -dfx && npm install && npm run bootstrap
31+
git reset --hard && git clean -dfx && yarn install && yarn run bootstrap
3232
```
3333
3434
This ensures that any changes you've made will still result in a clean and functional developer experience. **Note**: be sure you've committed any outstanding work before doing this -- it will blow away whatever's still outstanding, including anything staged but not commited.

packages/docs/src/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ title: Pattern Lab Support
99

1010
## Gitter
1111

12-
You can head over to [Pattern Lab's Gitter](https://gitter.im/pattern-lab/home) to chat with the Pattern Lab community. This is a great place to talk shop, ask quesitons, and get (and give!) help.
12+
You can head over to [Pattern Lab's Gitter](https://gitter.im/pattern-lab/home) to chat with the Pattern Lab community. This is a great place to talk shop, ask questions, and get (and give!) help.

0 commit comments

Comments
 (0)