Skip to content

Commit

Permalink
Add some missing deps to new tests package wireit config
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jun 29, 2022
1 parent bb9d8e9 commit 9843932
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/labs/testing/package.json
Expand Up @@ -23,14 +23,17 @@
"wireit": {
"build": {
"dependencies": [
"build:ts"
"build:ts",
"../../lit:build",
"../ssr-client:build"
]
},
"build:ts": {
"command": "tsc --build --pretty",
"clean": "if-file-deleted",
"dependencies": [
"../../lit:build:ts:types"
"../../lit:build:ts:types",
"../ssr:build:ts"
],
"files": [
"src/**/*.ts",
Expand All @@ -50,7 +53,9 @@
"dependencies": [
"build"
],
"files": [],
"files": [
"web-test-runner.config.js"
],
"output": []
}
},
Expand Down

0 comments on commit 9843932

Please sign in to comment.