We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 81cb46a commit abac823Copy full SHA for abac823
CONTRIBUTING.md
@@ -44,10 +44,10 @@ npm link webpack-cli
44
45
* Bootstrap all the submodules before building for the first time
46
47
-```bash
48
-npm run boostrap
49
-npm run build
50
-```
+ ```bash
+ npm run boostrap
+ npm run build
+ ```
51
52
* Run all the tests with:
53
- `npm run test`
@@ -74,10 +74,10 @@ yarn link webpack-cli
74
75
76
77
78
-yarn boostrap
79
-yarn build
80
+ yarn boostrap
+ yarn build
81
82
83
- `yarn test`
0 commit comments