mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 23:40:39 +02:00
docs(v2): display yarn and npm command on website (#2037)
* docs(v2): display yarn and npm command on website * more * fix div cannot be descendant p
This commit is contained in:
parent
3265dda895
commit
c533adc4aa
12 changed files with 104 additions and 29 deletions
|
@ -5,8 +5,8 @@ title: Deployment
|
|||
|
||||
To build the static files of your website for production, run:
|
||||
|
||||
```bash
|
||||
npm build
|
||||
```bash npm2yarn
|
||||
npm run build
|
||||
```
|
||||
|
||||
Once it finishes, you should see the production build under the `build/` directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue