Skip to content

Commit dfed46d

Browse files
authored
fix: Don't publish dist to fix Windows install (#520)
* fix: don't pub dist dir * chore: docs-dist
1 parent e27a1c1 commit dfed46d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.dumirc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ export default defineConfig({
66
name: 'Pagination',
77
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
88
},
9+
outputPath: 'docs-dist',
910
});

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pnpm-lock.yaml
3131
coverage/
3232
.doc
3333
dist
34+
docs-dist
3435
.vscode
3536
# umi
3637
.umi

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"assets/*.less",
1919
"es",
2020
"lib",
21-
"dist",
2221
"rc-pagination.d.ts"
2322
],
2423
"homepage": "https://react-component.github.io/pagination",

0 commit comments

Comments
 (0)