Skip to content

Commit 81cb46a

Browse files
authoredFeb 11, 2019
docs(contributing): adds prebuild instructions
1 parent 62ab32d commit 81cb46a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎CONTRIBUTING.md

+14
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ npm link
4242
npm link webpack-cli
4343
```
4444

45+
* Bootstrap all the submodules before building for the first time
46+
47+
```bash
48+
npm run boostrap
49+
npm run build
50+
```
51+
4552
* Run all the tests with:
4653
- `npm run test`
4754

@@ -65,6 +72,13 @@ yarn link
6572
yarn link webpack-cli
6673
```
6774

75+
* Bootstrap all the submodules before building for the first time
76+
77+
```bash
78+
yarn boostrap
79+
yarn build
80+
```
81+
6882
* Run all the tests with:
6983
- `yarn test`
7084

0 commit comments

Comments
 (0)
Please sign in to comment.