Skip to content

Commit 09970b1

Browse files
authored
Merge pull request #4 from shochdoerfer/feature/add_ddev_yarn_command
Point DDEV yarn command to vendor dir
2 parents 8d6c79e + 267a3a8 commit 09970b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.ddev/commands/web/console

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
## Description: Run Sylius Console Command
44

55
./vendor/bin/console $1
6-

.ddev/commands/web/yarn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
## Description: Run Yarn
4+
5+
cd /var/www/html/vendor/sylius/test-application && yarn $1

0 commit comments

Comments
 (0)