Skip to content

Commit 5c0eaae

Browse files
mxr576weitzman
andauthored
Use DDEV_APPROOT instead (#117)
* Use DDEV_APPROOT instead * Bump minimum required DDEV version --------- Co-authored-by: Moshe Weitzman <weitzman@tejasa.com>
1 parent 79a77d9 commit 5c0eaae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/web/nightwatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
## Example: "ddev nightwatch"
88
## ExecRaw: true
99

10-
yarn --cwd "$DDEV_DOCROOT/core" test:nightwatch "$DDEV_COMPOSER_ROOT/$DDEV_DOCROOT/$DRUPAL_PROJECTS_PATH/" "$@"
10+
yarn --cwd "$DDEV_DOCROOT/core" test:nightwatch "$DDEV_APPROOT/$DDEV_DOCROOT/$DRUPAL_PROJECTS_PATH/" "$@"

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ project_files:
1313
- commands/web/symlink-project
1414
- config.contrib.yaml
1515

16-
ddev_version_constraint: '>= v1.24.3'
16+
ddev_version_constraint: '>= v1.24.6'

0 commit comments

Comments
 (0)