Skip to content

Commit 874f8d0

Browse files
authored
#372 change npm cmd to yarn in contributing.md (#412)
1 parent 2b1510a commit 874f8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ Before you get started, make sure you have the following requirements in place:
133133
3. Install all the necessary dependencies using:
134134

135135
```bash
136-
npm install
136+
yarn install
137137
```
138138

139139
#### Write & Test Changes to the Code
140140

141141
1. In the repository root, run the following command:
142142

143143
```bash
144-
npm run storybook
144+
yarn run storybook
145145
```
146146

147147
2. If all the installation process is succeed, you should be able to see the Storybook webpage on [localhost:6006](http://localhost:6006/).

0 commit comments

Comments
 (0)