Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(contributing): adds prebuild instructions #757

Merged
merged 4 commits into from
Mar 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(contributing): fixes typo
  • Loading branch information
misterdev authored Mar 3, 2019
commit c4583809eda211ac6de7a07261c905044a9ef0a2
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm link webpack-cli
* Bootstrap all the submodules before building for the first time

```bash
npm run boostrap
npm run bootstrap
npm run build
```

Expand Down Expand Up @@ -75,7 +75,7 @@ yarn link webpack-cli
* Bootstrap all the submodules before building for the first time

```bash
yarn boostrap
yarn bootstrap
yarn build
```

Expand Down