Skip to content

Commit d7b1a9e

Browse files
committed
Add tools target for installing bundler.
1 parent ef35207 commit d7b1a9e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ package: deps
4444
stage/aem-aws-stack-provisioner-$(version).tar ./
4545
gzip stage/aem-aws-stack-provisioner-$(version).tar
4646

47-
.PHONY: ci clean deps lint package validate
47+
tools:
48+
gem install bundler
49+
50+
.PHONY: ci clean deps lint package validate tools

0 commit comments

Comments
 (0)