Commit 29f56941813a00309d7a8240c7762e9a6ca58cb7
1 parent
68c66c56
Exists in
master
and in
3 other branches
Force creating vendor/cache with `bundle package`
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Makefile
@@ -28,6 +28,7 @@ update: clean | @@ -28,6 +28,7 @@ update: clean | ||
28 | 28 | ||
29 | bundle: | 29 | bundle: |
30 | bundle install $(BUNDLE_OPTS) --path vendor/bundle | 30 | bundle install $(BUNDLE_OPTS) --path vendor/bundle |
31 | + bundle package | ||
31 | 32 | ||
32 | clean: | 33 | clean: |
33 | $(RM) -r .bundle/ vendor/bundle/ $(TARBALL) | 34 | $(RM) -r .bundle/ vendor/bundle/ $(TARBALL) |