Skip to content

Commit

Permalink
Merge pull request #242 from statikbe/fixbuild
Browse files Browse the repository at this point in the history
Fix: frontend build does not work with --ignore-optionals
  • Loading branch information
Numkil authored Jan 2, 2024
2 parents 26f77a2 + fd23d9b commit ce52cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

desc('Frontend build');
task('statik:frontend_build', function () {
run('cd {{release_path}} && yarn install --ignore-optional && yarn run prod');
run('cd {{release_path}} && yarn install && yarn run prod');
})->once();

desc('Fichenbak versioning');
Expand Down

0 comments on commit ce52cca

Please sign in to comment.