Skip to content

Commit

Permalink
Add --dev flag to remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Nov 8, 2023
1 parent 4c6a94b commit 1d2b32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
tools: "flex"

- name: "Remove sylius/sylius from composer.json"
run: "composer remove --no-update --no-plugins --no-scripts sylius/sylius"
run: "composer remove --dev --no-update --no-plugins --no-scripts sylius/sylius"

- name: "Install composer dependencies"
uses: "ramsey/composer-install@v2"
Expand Down

0 comments on commit 1d2b32d

Please sign in to comment.