Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Cjsah committed May 3, 2024
1 parent ec2165c commit 2f018a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Use pnpm
run: npm i -g pnpm
- name: Prepare Dependency
run: pnpm ci
run: pnpm i
- name: Build with vue.js
run: pnpm run build
- name: Upload artifact
Expand Down
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ declare module 'vue' {
ASlider: typeof import('ant-design-vue/es')['Slider']
ATypographyParagraph: typeof import('ant-design-vue/es')['TypographyParagraph']
ATypographyText: typeof import('ant-design-vue/es')['TypographyText']
BlockAllCube: typeof import('./src/components/BlockAllCube.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
Expand Down

0 comments on commit 2f018a3

Please sign in to comment.