1
0

fix(docs): document pnpm instead of yarn

This commit is contained in:
kolaente
2022-09-23 12:26:42 +02:00
parent 2efc1b5a87
commit 2e3603507c
3 changed files with 8 additions and 9 deletions

View File

@ -98,12 +98,12 @@ Check out the docs [in the frontend repo](https://kolaente.dev/vikunja/frontend/
To run the frontend unit tests, run
{{< highlight bash >}}
yarn test:unit
pnpm test:unit
{{< /highlight >}}
The frontend also has a watcher available that re-runs all unit tests every time you change something.
To use it, simply run
{{< highlight bash >}}
yarn test:unit-watch
pnpm test:unit-watch
{{< /highlight >}}