1
0
mirror of synced 2025-02-22 18:03:14 +03:00

Update woocommerce installation

This commit is contained in:
Akolzin Dmitry 2019-07-17 16:26:20 +03:00
parent e1f98191b5
commit 3d8eb0cebe

View File

@ -73,6 +73,8 @@ install_woocommerce() {
git clone https://github.com/woocommerce/woocommerce.git git clone https://github.com/woocommerce/woocommerce.git
cd woocommerce cd woocommerce
git checkout master git checkout master
composer install
npm install
cd - cd -
} }