Skip to content

Commit

Permalink
fix(cli): add missing dependency on @dotcom-tool-kit/state
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Oct 7, 2024
1 parent 0a68c1c commit eee137c
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 96 deletions.
1 change: 1 addition & 0 deletions core/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@dotcom-tool-kit/logger": "^4.0.0",
"@dotcom-tool-kit/options": "^4.0.2",
"@dotcom-tool-kit/plugin": "^1.0.0",
"@dotcom-tool-kit/state": "^4.0.0",
"@dotcom-tool-kit/validated": "^1.0.0",
"@dotcom-tool-kit/wait-for-ok": "^4.0.0",
"endent": "^2.1.0",
Expand Down
3 changes: 3 additions & 0 deletions core/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
},
{
"path": "../../lib/conflict"
},
{
"path": "../../lib/state"
}
],
"compilerOptions": {
Expand Down
Loading

0 comments on commit eee137c

Please sign in to comment.