Skip to content

Commit

Permalink
NTR: allow shopware-cli downgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Dec 14, 2023
1 parent 0a614b2 commit bb26750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev: ## Installs all dev dependencies
@composer install
cd src/Resources/app/administration && npm install
cd src/Resources/app/storefront && npm install
curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash && sudo apt install -y shopware-cli=0.3.18
curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash && sudo apt install -y --allow-downgrades shopware-cli=0.3.18

install: ## [deprecated] Installs all production dependencies. Please use "make prod" now.
@make prod -B
Expand Down

0 comments on commit bb26750

Please sign in to comment.