mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-15 07:36:38 +00:00
chore: migrate project to pnpm by updating installation commands and CI configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -30,7 +30,7 @@
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch Frontend",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeExecutable": "pnpm",
|
||||
"runtimeArgs": ["run", "dev"],
|
||||
"env": {
|
||||
"VITE_APP_LOG_LEVEL": "DEBUG",
|
||||
|
||||
Reference in New Issue
Block a user