From 269d851eab99fcf278bf6afda4d588dcefaa436b Mon Sep 17 00:00:00 2001 From: Dmitry Ng <19asdek91@gmail.com> Date: Wed, 22 Apr 2026 15:10:55 +0300 Subject: [PATCH] chore: migrate project to pnpm by updating installation commands and CI configuration --- .github/workflows/ci.yml | 2 ++ .vscode/launch.json | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c99ab32f..c6fcfcc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,8 @@ jobs: # pnpm setup - name: Install pnpm uses: pnpm/action-setup@v4 + with: + package_json_file: frontend/package.json # Node.js setup and cache - name: Set up Node.js diff --git a/.vscode/launch.json b/.vscode/launch.json index aac56018..43dd5172 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,7 +30,7 @@ "type": "node", "request": "launch", "name": "Launch Frontend", - "runtimeExecutable": "npm", + "runtimeExecutable": "pnpm", "runtimeArgs": ["run", "dev"], "env": { "VITE_APP_LOG_LEVEL": "DEBUG", diff --git a/README.md b/README.md index f44f1fca..0ef96295 100644 --- a/README.md +++ b/README.md @@ -2414,7 +2414,7 @@ fern generate --local and to install fern-cli ```bash -npm install -g fern-api +pnpm add -g fern-api ``` #### Testing