Skip to content

Commit

Permalink
NTR: Set fixed version of shopware cli (#668)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalij Mik <[email protected]>
  • Loading branch information
BlackScorp and Vitalij Mik authored Dec 14, 2023
1 parent 22a6e8a commit 3906e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ prod: ## Installs all production dependencies
@composer validate
@composer install --no-dev
cd src/Resources/app/administration && npm install --omit=dev
cd src/Resources/app/storefront && npm install --production
cd src/Resources/app/storefront && npm install --omit=dev

dev: ## Installs all dev dependencies
php switch-composer.php dev
@composer validate
@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 shopware-cli
curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash && sudo apt install 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 3906e26

Please sign in to comment.