mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Use BUNDLE_DIR to define bundler's directory
This commit is contained in:
parent
15c0c2626e
commit
4e409097da
2 changed files with 8 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -45,7 +45,11 @@ install-deps-development:
|
|||
|
||||
## Install dependencies (deployment version)
|
||||
install-deps-deployment:
|
||||
ifdef BUNDLE_DIR
|
||||
bundle install --deployment --without :slow_test --path=$(BUNDLE_DIR)
|
||||
else
|
||||
bundle install --deployment --without :slow_test
|
||||
endif
|
||||
|
||||
## Pre-build tests which, aggregated together, take less than 10 seconds to run on a typical PC
|
||||
pre-build-tests-fast: check-for-non-ascii-urls check-for-wrong-filename-assignments \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue