Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Oct 18, 2023
1 parent 6c6ca94 commit 74d6583
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
packages/injector/tsconfig.json \
packages/app/tsconfig.json \
packages/http/tsconfig.json \
packages/filesystem/tsconfig.json \
packages/orm/tsconfig.json \
packages/sql/tsconfig.json \
packages/sqlite/tsconfig.json \
Expand Down
1 change: 1 addition & 0 deletions packages/framework-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@deepkit/rpc": "^1.0.1-alpha.0",
"@deepkit/rpc-tcp": "^1.0.1-alpha.0",
"@deepkit/broker": "^1.0.1-alpha.0",
"@deepkit/filesystem": "^1.0.1-alpha.0",
"@deepkit/framework": "^1.0.1-alpha.0",
"@deepkit/app": "^1.0.1-alpha.0",
"@deepkit/bson": "^1.0.1-alpha.0",
Expand Down
1 change: 1 addition & 0 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@deepkit/event": "^1.0.1-alpha.13",
"@deepkit/http": "^1.0.1-alpha.13",
"@deepkit/injector": "^1.0.1-alpha.13",
"@deepkit/filesystem": "^1.0.1-alpha.13",
"@deepkit/logger": "^1.0.1-alpha.13",
"@deepkit/orm": "^1.0.1-alpha.13",
"@deepkit/rpc": "^1.0.1-alpha.13",
Expand Down

0 comments on commit 74d6583

Please sign in to comment.