Skip to content

Commit

Permalink
Add missing wireit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Apr 10, 2024
1 parent 27b139c commit b3be3a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/labs/redux/package.json
Expand Up @@ -44,14 +44,16 @@
"build:ts",
"build:rollup",
"../../lit:build",
"../../reactive-element:build"
"../../reactive-element:build",
"../../context:build"
]
},
"build:ts": {
"command": "tsc --build --pretty",
"dependencies": [
"../../lit:build:ts:types",
"../../reactive-element:build:ts:types"
"../../reactive-element:build:ts:types",
"../../context:build:ts:types"
],
"clean": "if-file-deleted",
"files": [
Expand Down

0 comments on commit b3be3a5

Please sign in to comment.