Skip to content

Commit

Permalink
[core] Use the same start command as main (mui#1975)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Kovalenko <[email protected]>
  • Loading branch information
oliviertassinari and dmtrKovalenko authored Jul 13, 2020
1 parent d701a81 commit 0818b5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We are using yarn for development and linking, so you need to make

```sh
yarn
yarn dev
yarn docs:dev
```

to start the development environment and to be sure the `lib` folder is linked properly to the `docs` and your changes will be applied to the docs website.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"node": ">=8.0.0"
},
"scripts": {
"start": "yarn dev",
"dev": "yarn workspace docs dev",
"start": "yarn docs:dev",
"docs:dev": "yarn workspace docs dev",
"e2e:run": "cypress run",
"e2e:open": "cypress open",
"docgen": "node docs/scripts/docgen.js",
Expand Down

0 comments on commit 0818b5e

Please sign in to comment.