Skip to content

Commit 653a41f

Browse files
committed
fix: action error
1 parent a01f3f5 commit 653a41f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build
1616
run: |
1717
npm i -g pnpm
18-
pnpm install --lockfile-only
18+
pnpm install
1919
pnpm build
2020
2121
- name: Deploy

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@kuaitu/core": "workspace:^",
2222
"@vueuse/core": "^10.1.0",
2323
"axios": "^1.3.4",
24+
"color-gradient-picker-vue3": "^3.1.0",
2425
"dayjs": "^1.11.11",
2526
"events": "^3.3.0",
2627
"fabric": "^5.3.0",

0 commit comments

Comments
 (0)