feat: use pnpm

This commit is contained in:
Dominik Pschenitschni 2022-04-09 20:00:29 +02:00
parent f85a08afb4
commit d76b526916
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
11 changed files with 13347 additions and 13552 deletions

View file

@ -22,25 +22,25 @@ There is a [docker image available](https://hub.docker.com/r/vikunja/api) with s
## Project setup
```shell
yarn install
pnpm install
```
### Compiles and hot-reloads for development
```shell
yarn run serve
pnpm run serve
```
### Compiles and minifies for production
```shell
yarn run build
pnpm run build
```
### Lints and fixes files
```shell
yarn run lint
pnpm run lint
```
## Sponsors