We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d1b8c commit 40fa74bCopy full SHA for 40fa74b
1 file changed
deploy.php
@@ -38,7 +38,7 @@
38
run('php artisan cache:clear');
39
});
40
41
-after('deploy:vendor', 'build');
+after('deploy:vendors', 'build');
42
after('deploy:symlink', 'optimize');
43
44
// Hooks
0 commit comments