We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef35207 commit d7b1a9eCopy full SHA for d7b1a9e
1 file changed
Makefile
@@ -44,4 +44,7 @@ package: deps
44
stage/aem-aws-stack-provisioner-$(version).tar ./
45
gzip stage/aem-aws-stack-provisioner-$(version).tar
46
47
-.PHONY: ci clean deps lint package validate
+tools:
48
+ gem install bundler
49
+
50
+.PHONY: ci clean deps lint package validate tools
0 commit comments