Skip to content

Commit

Permalink
remove ddp-streamer dep from meteor package
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Dec 27, 2024
1 parent f52ec1c commit 6d21fb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Message Broadcast Tests', () => {

const proxyMock = proxyquire.noPreserveCache().load('../../../../../../app/lib/server/lib/notifyListener', {
'@rocket.chat/models': modelsStubs(false),
'@rocket.chat/core-services': coreStubs(false),
'@rocket.chat/core-services': coreStubs(),
'mem': memStub,
});

Expand Down
6 changes: 0 additions & 6 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
"@rocket.chat/meteor#build:ci": {
"dependsOn": ["^build"],
"cache": false
},

"@rocket.chat/ddp-streamer#build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"inputs": ["../../../apps/meteor/server/**", "./src/**"]
}
}
}

0 comments on commit 6d21fb6

Please sign in to comment.