kuma-gui
kuma-gui copied to clipboard
improvement: Make dev scripts shareable
Description
We have quite a few dev scripts inside package.json files, meaning they are harder to share/keep in sync.
kuma itself uses Makefiles to share/sync these types of dev time scripts. We should consider doing the same.
I would guess using a Makefile and a similar approach to kuma would generally make things easier to edit/add/organize including having a make help to list/describe/document targets.
Additionally we should try keep CI scripts inside the Makefile instead of the GH action yaml file (calling the Makefile from the yaml file)
Happy to hear any alternative approaches
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
More progress here https://github.com/kumahq/kuma-gui/pull/2691
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.