Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Nov 11, 2024
1 parent fedd7f5 commit e7ba8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
run:
npm install -g pnpm
- name: Install dependencies
run: pnpm install # or npm ci / yarn install / bun install /
run: pnpm install
- name: Install turbo
run: pnpm add -w -D turbo
- name: Build packages
run: pnpm build:all
- name: pnpm docs:build
run: |
pnpm docs:build # or npm run docs:build / yarn docs:build / bun run docs:build
pnpm docs:build
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down
3 changes: 0 additions & 3 deletions packages/vue/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ export default defineConfig({
entry: [
'src/index.ts'
],
output:{
exports: 'named',
},
format: ['esm','cjs'],
dts: true,
splitting: false,
Expand Down

0 comments on commit e7ba8e7

Please sign in to comment.