Skip to content

Commit

Permalink
chore: update deps (#149)
Browse files Browse the repository at this point in the history
* chore: update deps

* ci: lock woographql

* .
  • Loading branch information
justlevine authored Dec 6, 2024
1 parent 4ad07ee commit 5029cc8
Show file tree
Hide file tree
Showing 4 changed files with 653 additions and 733 deletions.
8 changes: 2 additions & 6 deletions bin/install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,9 @@ install_woocommerce() {
wp plugin activate woocommerce --allow-root

if ! $( wp plugin is-installed wp-graphql-woocommerce --allow-root ); then
wp plugin install https://github.com/wp-graphql/wp-graphql-woocommerce/archive/refs/heads/master.zip --allow-root
# TODO: revert to latest after WooGraphQL release issues in 0.21.1 are resolved.
wp plugin install https://github.com/wp-graphql/wp-graphql-woocommerce/releases/download/v0.21.0/wp-graphql-woocommerce.zip --allow-root

# Install composer deps
cd $WORDPRESS_ROOT_DIR/wp-content/plugins/wp-graphql-woocommerce
composer install --no-dev --no-interaction --no-progress --optimize-autoloader

cd $WORDPRESS_ROOT_DIR
wp plugin activate wp-graphql-woocommerce --allow-root
fi
}
Expand Down
Loading

0 comments on commit 5029cc8

Please sign in to comment.