We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2329ac commit 3de3b9fCopy full SHA for 3de3b9f
1 file changed
Makefile
@@ -14,6 +14,9 @@ guard-%:
14
exit 1; \
15
fi
16
17
+.PHONY: install install-python install-node install-hooks build-base-image build-node-24-image build-node-24-python-3-10-image build-node-24-python-3-12-image build-node-24-python-3-13-image build-node-24-python-3-14-image \
18
+ build-eps-storage-terraform-image build-fhir-facade-image build-node-24-python-3-14-golang-1-24-image build-node-24-python-3-14-java-24-image \
19
+ build-regression-tests-image build-all build-image build-githubactions-image scan-image scan-image-json shell-image lint test lint-githubactions lint-githubaction-scripts github-login clean
20
install: install-python install-node install-hooks
21
22
install-python:
0 commit comments