Skip to content

Commit cff0c55

Browse files
committedJun 6, 2019
docs(contribute): adds section seperator
added a line to seperate commands
1 parent aefa8eb commit cff0c55

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎.github/CONTRIBUTING.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
6969
npm install
7070
npm link
7171
npm link webpack-cli
72-
72+
---------------------------
7373
#yarn
7474
yarn
7575
yarn link
@@ -82,7 +82,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
8282
#npm
8383
npm run bootstrap
8484
npm run build
85-
85+
---------------------------
8686
#yarn
8787
yarn bootstrap
8888
yarn build
@@ -97,7 +97,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
9797
```bash
9898
#npm
9999
npm run test
100-
100+
---------------------------
101101
#yarn
102102
yarn test
103103
```
@@ -107,7 +107,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
107107
```bash
108108
#npm
109109
npm run test:cli
110-
110+
---------------------------
111111
#yarn
112112
yarn test:cli`
113113
```
@@ -117,7 +117,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
117117
```bash
118118
#npm
119119
npm run test:packages
120-
120+
---------------------------
121121
#yarn
122122
yarn test:packages
123123
```
@@ -129,7 +129,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
129129
```bash
130130
#npm
131131
npx jest path/to/my-test.js
132-
132+
---------------------------
133133
#yarn
134134
yarn jest path/to/my-test.js
135135
```
@@ -140,7 +140,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
140140
#npm
141141
npm i -g jest
142142
jest path/to/my-test.js
143-
143+
---------------------------
144144
#yarn
145145
yarn global add jest
146146
jest path/to/my-test.js
@@ -151,7 +151,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
151151
```bash
152152
#npm
153153
npm run lint
154-
154+
---------------------------
155155
#yarn
156156
yarn lint
157157
```

0 commit comments

Comments
 (0)
Please sign in to comment.