We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9112c3d commit d06e47fCopy full SHA for d06e47f
1 file changed
uceap-drupal-dev-on-create
@@ -48,6 +48,9 @@ composer compile-theme
48
chgrp www-data web/sites/default/files
49
chmod g+s web/sites/default/files
50
51
+# Setup drush and other vendor binaries
52
+echo "PATH=\"`pwd`/vendor/bin:\$PATH\"" >> ~/.profile
53
+
54
# Setup VS Code
55
mkdir -p .vscode
56
cp /usr/local/etc/uceap-dev/vscode-launch.json .vscode/launch.json
0 commit comments