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

feat:add providers order #4493

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 0 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
providers/dbprovider,
providers/costcenter,
providers/objectstorage,
plugins/kubepanel,
desktop,
]
steps:
Expand Down Expand Up @@ -162,7 +161,6 @@ jobs:
providers/dbprovider,
providers/costcenter,
providers/objectstorage,
plugins/kubepanel,
desktop,
]
steps:
Expand Down
2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"dev-template": "pnpm -r --filter ./providers/template run dev",
"dev-cronjob": "pnpm -r --filter ./providers/cronjob run dev",
"dev-license": "pnpm -r --filter ./providers/license run dev",
"dev-invite": "pnpm -r --filter ./providers/invite run dev",
"dev-workorder": "pnpm -r --filter ./providers/workorder run dev",
"gen:theme-typings": "pnpm chakra-cli tokens packages/ui/src/theme/theme.ts --out node_modules/.pnpm/node_modules/@chakra-ui/styled-system/dist/theming.types.d.ts",
"postinstall": "pnpm run gen:theme-typings"
},
Expand Down
Loading
Loading