From ff761ef61687897150f10e0c0f7ca5b47abb0fdd Mon Sep 17 00:00:00 2001 From: Zachary Hamm Date: Thu, 26 Apr 2018 19:00:37 -0500 Subject: [PATCH] docs(readme): npm command in README.md should be 'run build' (#290) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a7f53..7a56160 100644 --- a/README.md +++ b/README.md @@ -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.