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