Skip to content

Commit

Permalink
docs(contribute): adds section seperator
Browse files Browse the repository at this point in the history
added a line to seperate commands
  • Loading branch information
pranshuchittora committed Jun 6, 2019
1 parent aefa8eb commit cff0c55
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/CONTRIBUTING.md
Expand Up @@ -69,7 +69,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
npm install
npm link
npm link webpack-cli

---------------------------
#yarn
yarn
yarn link
Expand All @@ -82,7 +82,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
#npm
npm run bootstrap
npm run build

---------------------------
#yarn
yarn bootstrap
yarn build
Expand All @@ -97,7 +97,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
```bash
#npm
npm run test

---------------------------
#yarn
yarn test
```
Expand All @@ -107,7 +107,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
```bash
#npm
npm run test:cli

---------------------------
#yarn
yarn test:cli`
```
Expand All @@ -117,7 +117,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
```bash
#npm
npm run test:packages
---------------------------
#yarn
yarn test:packages
```
Expand All @@ -129,7 +129,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
```bash
#npm
npx jest path/to/my-test.js
---------------------------
#yarn
yarn jest path/to/my-test.js
```
Expand All @@ -140,7 +140,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
#npm
npm i -g jest
jest path/to/my-test.js
---------------------------
#yarn
yarn global add jest
jest path/to/my-test.js
Expand All @@ -151,7 +151,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
```bash
#npm
npm run lint
---------------------------
#yarn
yarn lint
```
Expand Down

0 comments on commit cff0c55

Please sign in to comment.