Skip to content

Commit d06e47f

Browse files
committed
add vendor binaries to path
(for drush etc)
1 parent 9112c3d commit d06e47f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

uceap-drupal-dev-on-create

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ composer compile-theme
4848
chgrp www-data web/sites/default/files
4949
chmod g+s web/sites/default/files
5050

51+
# Setup drush and other vendor binaries
52+
echo "PATH=\"`pwd`/vendor/bin:\$PATH\"" >> ~/.profile
53+
5154
# Setup VS Code
5255
mkdir -p .vscode
5356
cp /usr/local/etc/uceap-dev/vscode-launch.json .vscode/launch.json

0 commit comments

Comments
 (0)