Skip to content

Commit

Permalink
Fix for yarn dep deployphp/deployer#1371
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Feb 25, 2019
1 parent fb94d17 commit 7d3acf9
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
"deployer/recipes": "^6.2",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"laravel/homestead": "^7.20",
Expand Down
56 changes: 55 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Deployer;

require 'recipe/laravel.php';
require 'recipe/yarn.php';
require 'vendor/deployer/recipes/recipe/yarn.php';

// Project name
set('application', 'Emily Raisin');
Expand Down

0 comments on commit 7d3acf9

Please sign in to comment.