mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Add PNPM install command to PR comment workflow (#1549)
Included a PNPM add command alongside npm and yarn in the PR comment workflow to support projects using PNPM for dependency management.
This commit is contained in:
2
.github/workflows/pr-comment.yml
vendored
2
.github/workflows/pr-comment.yml
vendored
@@ -33,4 +33,6 @@ jobs:
|
||||
npm install @whiskeysockets/baileys@${{ github.event.pull_request.head.repo.full_name }}#${{ github.event.pull_request.head.ref }}
|
||||
# YARN v2
|
||||
yarn add @whiskeysockets/baileys@${{ github.event.pull_request.head.repo.full_name }}#${{ github.event.pull_request.head.ref }}
|
||||
# PNPM
|
||||
pnpm add @whiskeysockets/baileys@${{ github.event.pull_request.head.repo.full_name }}#${{ github.event.pull_request.head.ref }}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user