-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Manuel Ruck <[email protected]>
- Loading branch information
Showing
32 changed files
with
278 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * from "./models"; | ||
export * from "./utils"; | ||
export * from './models'; | ||
export * from './utils'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,13 @@ | |
"author": "Manuel Ruck <[email protected]>", | ||
"license": "Apache-2.0", | ||
"private": true, | ||
"packageManager": "[email protected].4", | ||
"packageManager": "[email protected].5", | ||
"scripts": { | ||
"build": "turbo run build", | ||
"lint": "turbo run lint", | ||
"dev": "pnpm build:k8s:local && skaffold dev --port-forward --status-check=false", | ||
"build:k8s:local": "kustomize build ./infra/kustomize/overlays/local > infra/local.yaml", | ||
"build:k8s:internal": "kustomize build ./infra/kustomize/overlays/internal > infra/internal.yaml", | ||
"build:k8s:alpha": "kustomize build ./infra/kustomize/overlays/alpha > infra/alpha.yaml", | ||
"build:k8s:prod": "kustomize build ./infra/kustomize/overlays/prod > infra/prod.yaml", | ||
"s:i:procedures": "cd services/cron-jobs/crawler && pnpm && pnpm dev", | ||
"s:i:conference-weeks": "cd services/cron-jobs/import-conference-week-details && pnpm && pnpm dev", | ||
"s:i:deputy-profiles": "cd services/cron-jobs/import-deputy-profiles && pnpm && pnpm dev", | ||
"s:i:named-poll-deputies": "cd services/cron-jobs/import-named-poll-deputies && pnpm && pnpm dev", | ||
"s:i:named-polls": "cd services/cron-jobs/import-named-polls && pnpm && pnpm dev", | ||
"s:i:plenary-mitutes": "cd services/cron-jobs/import-plenary-minutes && pnpm && pnpm dev", | ||
"s:i": "pnpm s:i:procedures && pnpm s:i:conference-weeks && pnpm s:i:deputy-profiles && pnpm s:i:named-poll-deputies && pnpm s:i:named-polls && pnpm s:i:plenary-mitutes", | ||
"s:parse-plenary-minutes": "cd services/cron-jobs/parse-plenary-minutes && pnpm && pnpm dev", | ||
"s:q:conference-weeks": "cd services/cron-jobs/queue-pushs-conference-week && pnpm && pnpm dev", | ||
"s:q:vote-conference-weeks": "cd services/cron-jobs/queue-pushs-vote-conference-week && pnpm && pnpm dev", | ||
"s:q:top-100": "cd services/cron-jobs/queue-pushs-vote-top-100 && pnpm && pnpm dev", | ||
"s:push": "cd services/cron-jobs/push-send-queued && pnpm && pnpm dev", | ||
"s:s:deputy-profiles": "cd services/cron-jobs/sync-deputy-profiles && pnpm && pnpm dev", | ||
"s:s:named-polls": "cd services/cron-jobs/sync-named-polls && pnpm && pnpm dev", | ||
"s:s:procedures": "cd services/cron-jobs/sync-procedures && pnpm && pnpm dev", | ||
"s:s": "pnpm s:s:deputy-profiles && pnpm s:s:named-polls && pnpm s:s:procedures" | ||
"dev": "turbo run dev", | ||
"infra:setup": "sh infra/minikube/setup.sh || bash infra/minikube/setup.sh || cmd.exe /C infra\\minikube\\setup.sh", | ||
"infra:start": "minikube start -p mk-democracy" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
|
Oops, something went wrong.