Files
pnpm/__utils__/build-artifacts/README.md

23 lines
229 B
Markdown

## Prerequisites
For building the RHEL packages:
```
sudo dnf install -y rpmdevtools rpmlint
```
For building the Debian packages:
```
sudo dnf install -y dpkg
```
## Usage
To build the artifacts, run:
```
pnpm build
```