Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 7, 2021
1 parent 7ca7c5d commit 555e810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ That's it. Watch the status and wait till the app is deployed. To open the appli
The standard build command for Docusaurus will be:

```bash npm2yarn
yarn build
npm run build
```

You can modify the build command if needed. You can enter multiple commands separated by `&&`.
Expand All @@ -640,7 +640,7 @@ Deploy your app in a matter of seconds using surge with the following steps:

1. First, install Surge using npm by running the following command:
```bash npm2yarn
npm install --g surge
npm install -g surge
```
2. To build the static files of your site for production in the root directory of your project, run:
```bash npm2yarn
Expand Down

0 comments on commit 555e810

Please sign in to comment.