Skip to content

Commit db16dff

Browse files
committed
fix: edit error ci workflow for pnpm version
1 parent ebdc54d commit db16dff

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
1415
- uses: pnpm/action-setup@v3
1516

1617
- name: Setup Node
@@ -28,5 +29,8 @@ jobs:
2829
- name: Type Check (Strict)
2930
run: pnpm type-check
3031

32+
- name: Build Production
33+
run: pnpm build
34+
3135
- name: Security Audit
32-
run: pnpm audit
36+
run: pnpm run audit

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "module",
44
"version": "1.0.0",
55
"private": true,
6+
"packageManager": "pnpm@10.17.0",
67
"scripts": {
78
"dev": "vite",
89
"build": "vue-tsc -b && vite build",

0 commit comments

Comments
 (0)