chore: migrate project to pnpm by updating installation commands and CI configuration

This commit is contained in:
Dmitry Ng
2026-04-22 15:10:55 +03:00
parent 897bb7ec53
commit 269d851eab
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -30,7 +30,7 @@
"type": "node",
"request": "launch",
"name": "Launch Frontend",
"runtimeExecutable": "npm",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["run", "dev"],
"env": {
"VITE_APP_LOG_LEVEL": "DEBUG",
+1 -1
View File
@@ -2414,7 +2414,7 @@ fern generate --local
and to install fern-cli
```bash
npm install -g fern-api
pnpm add -g fern-api
```
#### Testing