Skip to content

Commit 04389c9

Browse files
committed
Restore staging image inventory commands
1 parent ce97fa8 commit 04389c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
"tool-metadata:check": "bun run scripts/sync-tool-metadata.ts --check",
8484
"deployment-config:generate": "bun run scripts/generate-deployment-config.ts",
8585
"deployment-config:check": "bun run scripts/generate-deployment-config.ts --check",
86+
"images:generate": "bun run scripts/generate-image-manifest.ts",
87+
"images:check": "bun run scripts/generate-image-manifest.ts --check",
8688
"integration-catalog:check": "bun run scripts/check-integration-catalog.ts",
8789
"docs:check": "bun run scripts/generate-docs.ts --check",
8890
"mship-tools:generate": "bun run scripts/sync-tool-catalog.ts",

0 commit comments

Comments
 (0)