@@ -69,7 +69,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
69
69
npm install
70
70
npm link
71
71
npm link webpack-cli
72
-
72
+ ---------------------------
73
73
# yarn
74
74
yarn
75
75
yarn link
@@ -82,7 +82,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
82
82
# npm
83
83
npm run bootstrap
84
84
npm run build
85
-
85
+ ---------------------------
86
86
# yarn
87
87
yarn bootstrap
88
88
yarn build
@@ -97,7 +97,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
97
97
` ` ` bash
98
98
# npm
99
99
npm run test
100
-
100
+ ---------------------------
101
101
# yarn
102
102
yarn test
103
103
` ` `
@@ -107,7 +107,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
107
107
` ` ` bash
108
108
# npm
109
109
npm run test:cli
110
-
110
+ ---------------------------
111
111
# yarn
112
112
yarn test:cli`
113
113
```
@@ -117,7 +117,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
117
117
` ` ` bash
118
118
# npm
119
119
npm run test:packages
120
-
120
+ ---------------------------
121
121
# yarn
122
122
yarn test:packages
123
123
` ` `
@@ -129,7 +129,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
129
129
` ` ` bash
130
130
# npm
131
131
npx jest path/to/my-test.js
132
-
132
+ ---------------------------
133
133
# yarn
134
134
yarn jest path/to/my-test.js
135
135
` ` `
@@ -140,7 +140,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
140
140
# npm
141
141
npm i -g jest
142
142
jest path/to/my-test.js
143
-
143
+ ---------------------------
144
144
# yarn
145
145
yarn global add jest
146
146
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
151
151
` ` ` bash
152
152
# npm
153
153
npm run lint
154
-
154
+ ---------------------------
155
155
# yarn
156
156
yarn lint
157
157
` ` `
0 commit comments