From 4a0f0df4c947d57c339f93e024114d4888f59886 Mon Sep 17 00:00:00 2001 From: Youssef Khedher Date: Fri, 8 Oct 2021 21:20:47 +0100 Subject: [PATCH] update doc: replace npm with yarn --- frontend/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 6f20b8c6a7..d06c41c58a 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -27,16 +27,16 @@ Start webpack-dev-server with hot-reload: ```bash cd ~/unleash-frontend -npm install -npm run start +yarn install +yarn run start ``` ### Run with heroku hosted unleash-api: ```bash cd ~/unleash-frontend -npm install -npm run start:heroku +yarn install +yarn run start:heroku ``` ## UI Framework