Skip to content

Commit

Permalink
Exclude test folders
Browse files Browse the repository at this point in the history
fix: exclude test folders from build
  • Loading branch information
Alessandro Bellesia committed Apr 9, 2024
1 parent 9e9aa64 commit 4d0a70b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"*.d.ts"
],
"dependencies": {
"@volverjs/ui-vue": "0.0.10-beta.30",
"@volverjs/ui-vue": "0.0.10-beta.31",
"@vueuse/core": "^10.9.0",
"ts-dot-prop": "^2.1.3",
"vue": "^3.4.21",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default () => {
// https://github.com/qmhc/vite-plugin-dts
dts({
insertTypesEntry: true,
exclude: ['**/test-*/**'],
}),
],
})
Expand Down

0 comments on commit 4d0a70b

Please sign in to comment.