Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 24, 2019
1 parent 3c29f2f commit 71d8052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ composer clear-cache
composer require frugue/core:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
bin/magento setup:static-content:deploy en_US de_DE fr_FR --area frontend --theme TemplateMonster/theme007 && bin/magento setup:static-content:deploy en_US --area adminhtml --theme Magento/backend
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US de_DE fr_FR --area frontend --theme TemplateMonster/theme007 && bin/magento setup:static-content:deploy en_US --area adminhtml --theme Magento/backend
bin/magento maintenance:disable
```

Expand All @@ -17,7 +17,7 @@ bin/magento maintenance:enable
composer clear-cache && composer update frugue/core && composer clear-cache && composer update frugue/core && composer clear-cache && composer update frugue/core
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
bin/magento setup:static-content:deploy en_US de_DE fr_FR --area frontend --theme TemplateMonster/theme007 && bin/magento setup:static-content:deploy en_US --area adminhtml --theme Magento/backend
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US de_DE fr_FR --area frontend --theme TemplateMonster/theme007 && bin/magento setup:static-content:deploy en_US --area adminhtml --theme Magento/backend
bin/magento maintenance:disable
```

Expand Down

0 comments on commit 71d8052

Please sign in to comment.