docs(readme): npm command in README.md should be 'run build' (#290)

pull/252/head^2
Zachary Hamm 2018-04-26 19:00:37 -05:00 committed by Felix Becker
parent e039550c92
commit ff761ef616
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Clone whole repository and in root directory execute:
```bash
composer install
npm install
npm run compile
npm run build
code .
```
The last command will open the folder in VS Code. Hit `F5` to launch an Extension Development Host with the extension.