Skip to content

Commit e423a4e

Browse files
nirgaclaude
andcommitted
chore: remove build:deps script
Remove the build:deps script as it's no longer needed and can cause CI dependency issues. Build dependencies are handled by nx automatically. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1a2799b commit e423a4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"license": "Apache-2.0",
55
"scripts": {
66
"build:all": "pnpm nx run-many -t build",
7-
"build:affected": "pnpm nx affected -t build",
8-
"build:deps": "pnpm nx run-many --targets=build --projects=@traceloop/instrumentation-openai,@traceloop/node-server-sdk"
7+
"build:affected": "pnpm nx affected -t build"
98
},
109
"private": true,
1110
"devDependencies": {

0 commit comments

Comments
 (0)