Skip to content

Commit

Permalink
docs: Update README.md to use yarn install step (#4476)
Browse files Browse the repository at this point in the history
* Update README.md to use yarn install step

* update README.md to include correct yarn install process
  • Loading branch information
bmartel committed Jul 5, 2023
1 parent 312a582 commit 7daeee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The frontend part of Label Studio app lies in the `frontend/` folder and written

```
cd label_studio/frontend/
npm ci
yarn install --frozen-lockfile
npx webpack
cd ../..
python label_studio/manage.py collectstatic --no-input
Expand Down
2 changes: 1 addition & 1 deletion label_studio/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To build and run the frontend, please follow these steps:

```bash
# Install all the necessary modules
npm ci
yarn install --frozen-lockfile

# Run webpack
npx webpack
Expand Down

0 comments on commit 7daeee9

Please sign in to comment.