Skip to content

Commit

Permalink
fix: wireit dependencies for svelte bootstrap / headless (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix authored Sep 17, 2024
1 parent fd6774e commit e405500
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@
"command": "eslint --cache --color",
"dependencies": [
"prepare",
"./eslint-plugin:build",
"./svelte/bootstrap:build"
"./eslint-plugin:build"
]
}
},
Expand Down
6 changes: 3 additions & 3 deletions svelte/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"svelte.config.js",
"src/**",
"!src/generated/**",
"tsconfig.json",
"tsconfig.build.json",
"../tsconfig.json",
"../../tsconfig.json"
],
Expand Down Expand Up @@ -125,7 +125,7 @@
]
},
"check": {
"command": "svelte-check --fail-on-warnings --output human-verbose",
"command": "svelte-check --fail-on-warnings --output human-verbose --tsconfig tsconfig.build.json",
"dependencies": [
"generate:exports",
"generate:component-types",
Expand All @@ -134,7 +134,7 @@
],
"files": [
"src/**",
"tsconfig.json",
"tsconfig.build.json",
"../tsconfig.json",
"../../tsconfig.json"
],
Expand Down
6 changes: 3 additions & 3 deletions svelte/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"files": [
"src/**",
"!src/generated/**",
"tsconfig.json",
"tsconfig.build.json",
"../tsconfig.json",
"../../tsconfig.json"
],
Expand Down Expand Up @@ -108,14 +108,14 @@
]
},
"check": {
"command": "svelte-check --fail-on-warnings --output human-verbose",
"command": "svelte-check --fail-on-warnings --output human-verbose --tsconfig tsconfig.build.json",
"dependencies": [
"generate:exports",
"../../core:build"
],
"files": [
"src/**",
"tsconfig.json",
"tsconfig.build.json",
"../tsconfig.json",
"../../tsconfig.json"
],
Expand Down

0 comments on commit e405500

Please sign in to comment.