mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-11 02:29:48 -04:00
23 lines
229 B
Markdown
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
|
|
```
|
|
|