Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit bce5122

Browse files
committed
Added WPLIB_BOX_VENDOR_DIR, WPLIB_BOX_COMPOSER_FILE and WPLIB_BOX_CONFIG_FILE.
1 parent d9d3153 commit bce5122

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guest/cli/includes/constants

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ export WPLIB_BOX_FLAG_FILE="WPLIB_BOX_GIT_REPO"
2525
export WPLIB_BOX_CONTENT_DIR=$(find_wp_content_dir)
2626
export WPLIB_BOX_PLUGINS_DIR=$(find_wp_plugins_dir)
2727
export WPLIB_BOX_MU_PLUGINS_DIR=$(find_wp_mu_plugins_dir)
28+
export WPLIB_BOX_VENDOR_DIR=$(find_composer_vendor_dir)
2829

2930
export WPLIB_BOX_SQL_DIR="/vagrant/sql"
31+
export WPLIB_BOX_COMPOSER_FILE="/vagrant/composer.json"
32+
export WPLIB_BOX_CONFIG_FILE="/vagrant/wplib.box.json"

0 commit comments

Comments
 (0)