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

pull/290/head
Zachary Hamm 2018-04-06 15:05:37 -05:00
parent 42eca3f8d7
commit f8d45f297b
1 changed files with 1 additions and 1 deletions

View File

@ -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.