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 62ab32d commit 81cb46aCopy full SHA for 81cb46a
CONTRIBUTING.md
@@ -42,6 +42,13 @@ npm link
42
npm link webpack-cli
43
```
44
45
+* Bootstrap all the submodules before building for the first time
46
+
47
+```bash
48
+npm run boostrap
49
+npm run build
50
+```
51
52
* Run all the tests with:
53
- `npm run test`
54
@@ -65,6 +72,13 @@ yarn link
65
72
yarn link webpack-cli
66
73
67
74
75
76
77
78
+yarn boostrap
79
+yarn build
80
81
68
82
69
83
- `yarn test`
70
84
0 commit comments