Skip to content

Commit

Permalink
Removing deprecated ext:dev:publish, as promised (#6522)
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan authored Nov 29, 2023
1 parent ab51e35 commit 45eee9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
43 changes: 0 additions & 43 deletions src/commands/ext-dev-publish.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export function load(client: any): any {
client.ext.dev.deprecate = loadCommand("ext-dev-deprecate");
client.ext.dev.undeprecate = loadCommand("ext-dev-undeprecate");
client.ext.dev.upload = loadCommand("ext-dev-upload");
client.ext.dev.publish = loadCommand("ext-dev-publish");
client.ext.dev.usage = loadCommand("ext-dev-usage");
client.firestore = {};
client.firestore.delete = loadCommand("firestore-delete");
Expand Down

0 comments on commit 45eee9c

Please sign in to comment.