Skip to content

Commit a45333a

Browse files
committed
chore(ci): extra warns
1 parent c96d60e commit a45333a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/core/functions-js/src/FunctionsClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export class FunctionsClient {
2727
region?: FunctionRegion
2828
} = {}
2929
) {
30+
console.warn('🔴 VERDACCIO TEST: This is the LOCAL BUILD from Verdaccio (functions-js) - if you see this, local packages are being used')
3031
this.url = url
3132
this.headers = headers
3233
this.region = region

packages/core/realtime-js/src/RealtimeClient.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ export default class RealtimeClient {
236236
* @param reason A custom reason for the disconnect.
237237
*/
238238
disconnect(code?: number, reason?: string): void {
239+
console.warn(
240+
'🔴 VERDACCIO TEST REALTIME: This is the LOCAL BUILD from Verdaccio - if you see this, local packages are being used'
241+
)
239242
if (this.isDisconnecting()) {
240243
return
241244
}

0 commit comments

Comments
 (0)