We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2a7b2 commit 81f932bCopy full SHA for 81f932b
install.yaml
@@ -26,7 +26,7 @@ post_install_actions:
26
- cp core-dev/gitignore ../.gitignore
27
- mkdir -p ../test_output
28
- chmod +w ../test_output
29
- - cd ../ && ddev exec yarn --cwd="core"
+ - cd ../core && ddev yarn
30
31
removal_actions:
32
- rm core/phpunit.xml
0 commit comments