Skip to content

Commit 19bce8b

Browse files
committed
opt: docment
Signed-off-by: pmc <[email protected]>
1 parent 8629931 commit 19bce8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ To debug bundled languages, such as JSON, HTML or TypeScript/JavaScript.
103103
## Running the website locally
104104

105105
```bash
106-
> yarn install
107-
> yarn build-monaco-editor
106+
> npm install
107+
> npm run build-monaco-editor
108108

109109
> cd website
110110
> yarn install
111111
> yarn typedoc
112-
> yarn dev
112+
> yarn dev
113113
```
114114

115115
Now webpack logs the path to the website.

0 commit comments

Comments
 (0)