Commit 29f56941813a00309d7a8240c7762e9a6ca58cb7

Authored by Antonio Terceiro
1 parent 68c66c56

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 28  
29 29 bundle:
30 30 bundle install $(BUNDLE_OPTS) --path vendor/bundle
  31 + bundle package
31 32  
32 33 clean:
33 34 $(RM) -r .bundle/ vendor/bundle/ $(TARBALL)
... ...