MonkeyCanCode commented on code in PR #234:
URL: https://github.com/apache/polaris-tools/pull/234#discussion_r3510241450


##########
Makefile:
##########
@@ -101,6 +101,32 @@ console-lint-fix: ## Fix linting issues in the console 
project
 console-version: ## Display version for console project
        @$(MAKE) -C console version
 
+##@ Console Helm
+
+.PHONY: console-helm
+console-helm: ## Run most Helm targets (schema, unittest, and lint)
+       @$(MAKE) -C console helm
+
+.PHONY: console-helm-install-plugins
+console-helm-install-plugins: ## Install required Helm plugins (unittest, 
schema)
+       @$(MAKE) -C console helm-install-plugins
+
+.PHONY: helm-lint

Review Comment:
   This is not necessary right as there is no plan to merge this into polaris 
project. However, I am fine with this change but we would need to change in 
couple more spots as top level makefile also refs those.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to