Skip to content

Commit 48e0e42

Browse files
committed
Fix deployment
1 parent 2942d97 commit 48e0e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
desc('Deploy project');
4545
task('deploy', [
4646
'deploy:info',
47-
'deploy:prepare',
47+
'deploy:setup',
4848
'deploy:lock',
4949
'deploy:release',
5050
'deploy:package_upload',

0 commit comments

Comments
 (0)