docs(readme): npm command in README.md should be 'run build' not 'run compile'
parent
42eca3f8d7
commit
f8d45f297b
|
@ -54,7 +54,7 @@ Clone whole repository and in root directory execute:
|
||||||
```bash
|
```bash
|
||||||
composer install
|
composer install
|
||||||
npm install
|
npm install
|
||||||
npm run compile
|
npm run build
|
||||||
code .
|
code .
|
||||||
```
|
```
|
||||||
The last command will open the folder in VS Code. Hit `F5` to launch an Extension Development Host with the extension.
|
The last command will open the folder in VS Code. Hit `F5` to launch an Extension Development Host with the extension.
|
||||||
|
|
Loading…
Reference in New Issue