Skip to content

Commit 81f932b

Browse files
authored
Updated Yarn command syntax, credit: @rfay
1 parent ce2a7b2 commit 81f932b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ post_install_actions:
2626
- cp core-dev/gitignore ../.gitignore
2727
- mkdir -p ../test_output
2828
- chmod +w ../test_output
29-
- cd ../ && ddev exec yarn --cwd="core"
29+
- cd ../core && ddev yarn
3030

3131
removal_actions:
3232
- rm core/phpunit.xml

0 commit comments

Comments
 (0)