Skip to content

Commit

Permalink
fix(llm): add missing protos to build ibm-vllm (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jezekra1 authored Oct 2, 2024
1 parent f56a4d2 commit 6fe7bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"scripts": {
"clean": "rimraf dist",
"build": "yarn clean && yarn ts:check && NODE_OPTIONS='--max-old-space-size=8192' tsup",
"build": "yarn clean && yarn ts:check && NODE_OPTIONS='--max-old-space-size=8192' tsup && cp -r src/adapters/ibm-vllm/proto dist/adapters/ibm-vllm",
"ts:check": "tsc --noEmit && tsc -p tsconfig.examples.json --noEmit",
"start": "tsx --tsconfig tsconfig.examples.json",
"start:bee": "yarn start -- examples/agents/bee.ts",
Expand Down

0 comments on commit 6fe7bca

Please sign in to comment.