Skip to content

Commit

Permalink
[unified-server] Add @types-express to dev deps
Browse files Browse the repository at this point in the history
Part of #3913
  • Loading branch information
timswanson-google committed Jan 14, 2025
1 parent 6ddfc58 commit 8675554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/unified-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:lts

COPY . .

RUN npm install --save-dev @types/express
RUN npm install --save-dev
RUN npm run build

ENV NODE_ENV="production"
Expand Down
1 change: 1 addition & 0 deletions packages/unified-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"homepage": "https://github.com/breadboard-ai/breadboard#readme",
"devDependencies": {
"@ava/typescript": "^4.0.0",
"@types/express": "^5.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand Down

0 comments on commit 8675554

Please sign in to comment.