Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removed obsolete cli plugins #1202

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions genkit-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"private": true,
"version": "0.5.10",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm install && pnpm build:common && pnpm build:telemetry-server && pnpm build:cli && pnpm build:plugins",
"build": "pnpm install && pnpm build:common && pnpm build:telemetry-server && pnpm build:cli",
"build:cli": "cd cli && pnpm build",
"build:telemetry-server": "cd telemetry-server && pnpm build",
"build:common": "cd common && pnpm build && cd .. && pnpm export:schemas",
"build:plugins": "pnpm -r --workspace-concurrency 8 -F \"./plugins/**\" build",
"export:schemas": "npx tsx scripts/schema-exporter.ts .",
"pack:all": "pnpm run pack:cli && pnpm run pack:telemetry-server && pnpm run pack:common && pnpm run pack:plugins",
"pack:all": "pnpm run pack:cli && pnpm run pack:telemetry-server && pnpm run pack:common",
"pack:common": "cd common && pnpm pack --pack-destination ../../dist",
"pack:cli": "cd cli && pnpm pack --pack-destination ../../dist",
"pack:plugins": "for i in plugins/*/; do cd $i && pnpm pack --pack-destination ../../../dist && cd ../..; done",
"pack:telemetry-server": "cd telemetry-server && pnpm pack --pack-destination ../../dist"
},
"devDependencies": {
Expand Down
203 changes: 0 additions & 203 deletions genkit-tools/plugins/firebase/LICENSE

This file was deleted.

36 changes: 0 additions & 36 deletions genkit-tools/plugins/firebase/package.json

This file was deleted.

103 changes: 0 additions & 103 deletions genkit-tools/plugins/firebase/src/firebase.ts

This file was deleted.

7 changes: 0 additions & 7 deletions genkit-tools/plugins/firebase/tsconfig.cjs.json

This file was deleted.

7 changes: 0 additions & 7 deletions genkit-tools/plugins/firebase/tsconfig.esm.json

This file was deleted.

11 changes: 0 additions & 11 deletions genkit-tools/plugins/firebase/tsconfig.json

This file was deleted.

Loading
Loading