Skip to content

Commit

Permalink
fix(core): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Nov 30, 2024
1 parent e8ba631 commit 5daea84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
node-version: 18.x

- run: pnpm install && pnpm run build
- run: npm -g install pnpm && pnpm install && pnpm run build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "devlive-community",
"homepage": "https://view-shadcn-ui.devlive.org",
"private": false,
"version": "2024.5.0-alpha.1732521882",
"version": "2024.5.0-alpha.1732962695",
"license": "MIT",
"main": "./dist/view-shadcn.umd.ts",
"module": "./dist/view-shadcn.es.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="p-32">
<ShadcnUpload action="//jsonplaceholder.typicode.com/posts/" />
<ShadcnUpload action="//jsonplaceholder.typicode.com/posts/" @on-change="handleFileChange" />
</div>
</template>

Expand Down

0 comments on commit 5daea84

Please sign in to comment.