diff --git a/.ddev/commands/web/console b/.ddev/commands/web/console index d796661..70604c8 100755 --- a/.ddev/commands/web/console +++ b/.ddev/commands/web/console @@ -3,4 +3,3 @@ ## Description: Run Sylius Console Command ./vendor/bin/console $1 - diff --git a/.ddev/commands/web/yarn b/.ddev/commands/web/yarn new file mode 100755 index 0000000..736a071 --- /dev/null +++ b/.ddev/commands/web/yarn @@ -0,0 +1,5 @@ +#!/bin/bash + +## Description: Run Yarn + +cd /var/www/html/vendor/sylius/test-application && yarn $1