Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Macavity committed Feb 15, 2024
1 parent b1db9d3 commit e01b3d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run test

- name: Webpack Encore
run: npm run build:encore
run: npm run build:prod

server:
name: Symfony Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm install

- name: 🛠 Build Webpack Encore
run: npm run build:encore
run: npm run build:prod

- name: Remove not required files
run: |
Expand Down
2 changes: 0 additions & 2 deletions src/Controller/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ public function react(): Response
'controller_name' => 'HomeController',
]);
}


}
4 changes: 3 additions & 1 deletion src/Service/AssetPathExtractor.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

namespace App\Service;

Expand Down

0 comments on commit e01b3d5

Please sign in to comment.