helm-chart/Makefile
justusbunsi 2cc3195eaa Improve contribution part of this repository (#328)
Reviewed-on: gitea/helm-chart#328
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
2022-06-13 03:35:24 +08:00

9 lines
154 B
Makefile

.PHONY: prepare-environment
prepare-environment:
npm install
.PHONY: readme
readme: prepare-environment
npm run readme:parameters
npm run readme:lint