Skip to content

Commit 87fc912

Browse files
authored
Merge pull request lorisleiva#55 from andrey-helldar/patch-1
Fix for lorisleiva#52 `Task yarn:install not found`
2 parents 26f466e + b20f47e commit 87fc912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/recipe/laravel-deployer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
require 'task/hook.php';
2525
require 'task/logs.php';
2626
require 'task/npm.php';
27+
require 'task/yarn.php';
2728

2829
/*
2930
|--------------------------------------------------------------------------
@@ -66,4 +67,4 @@
6667

6768
// Unlock when deployment fails.
6869
fail('deploy', 'deploy:failed');
69-
after('deploy:failed', 'deploy:unlock');
70+
after('deploy:failed', 'deploy:unlock');

0 commit comments

Comments
 (0)