Skip to content

Commit e6f2fd7

Browse files
bobbygryzyngergrasmash
authored andcommitted
Run frontend:setup prior to build. (acquia#1584)
1 parent 41790c4 commit e6f2fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Robo/Commands/Frontend/FrontendCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class FrontendCommand extends BltTasks {
1818
*/
1919
public function frontend() {
2020
$status_code = $this->invokeCommands([
21-
'frontend:build',
2221
'frontend:setup',
22+
'frontend:build',
2323
'frontend:test',
2424
]);
2525
return $status_code;

0 commit comments

Comments
 (0)