Skip to content

Commit

Permalink
PMM-12314 Update docs to use yarn instead of npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Jan 16, 2024
1 parent 490399a commit ebd6062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ That environment bundles a number of tools to help you populate the panels with
```
cd pmm-app
docker-compose up -d
npm run dev
yarn dev
```

For a much simpler development environment you could create a local file `docker-compose.local.yml` inside of `pmm-app` folder:
Expand Down Expand Up @@ -71,7 +71,7 @@ Then to run it:
```bash
cd pmm-app
docker-compose -f ./docker-compose.local.yml up -d
npm run dev
yarn dev
```

## Submitting a Pull Request
Expand Down

0 comments on commit ebd6062

Please sign in to comment.