Skip to content

Commit

Permalink
swap from yarn to pnpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
aetaric committed Oct 9, 2024
1 parent dc900ec commit 4eab9fa
Show file tree
Hide file tree
Showing 4 changed files with 1,501 additions and 1,062 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before:
# You may remove this if you don't use go modules.
- go mod tidy
- docker pull alpine:latest
- cd webserver && yarn build && cd ..
- cd webserver && pnpm install && pnpm build && cd ..
builds:
- env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ checkrr > 3.1 has changed the way arr services are handled. Please review the ex

## Building
Should you want to build checkrr from source, you can do so with the following:
`cd webserver && yarn build && cd .. && go build`
`cd webserver && pnpm install && pnpm build && cd .. && go build`
Please note, if you build checkrr yourself, you will be told to download the official release if you open an issue for a bug.

## Contributions
Expand Down
Loading

0 comments on commit 4eab9fa

Please sign in to comment.