Skip to content

Commit dab4632

Browse files
committed
fix: Update pnpm workspace configuration and package manager version
1 parent f453629 commit dab4632

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
- uses: pnpm/action-setup@v4
6464
name: Install pnpm
6565
with:
66-
version: 10
6766
run_install: false
6867
- name: Install Node.js
6968
uses: actions/setup-node@v4

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
packages:
2+
- 'ui'
3+
14
onlyBuiltDependencies:
25
- es5-ext
36
- uglifyjs-webpack-plugin

ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"@vue/compiler-sfc": "^3.5.17",
2626
"aiot-vue-cli": "^1.0.32",
2727
"vue": "^3.5.17"
28-
}
28+
},
29+
"packageManager": "pnpm@10.12.4"
2930
}

0 commit comments

Comments
 (0)