Skip to content
Snippets Groups Projects
Verified Commit 0a2130d2 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: use newer cli args for wp-init

parent b5ebf654
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ prepare prefixed vendor:
script:
- composer install
# For plugins using wpdesk/wp-init, but only after v0.10. This has to be changed later, when library hits v1
- composer show -q wpdesk/wp-init ^0.10 >/dev/null 2>&1 && vendor/bin/wpinit ./flexible-subscriptions.php ./generated/ || echo "Not using wpdesk/wp-init"
- composer show -q wpdesk/wp-init ^0.10 >/dev/null 2>&1 && vendor/bin/wpinit ./generated/ || echo "Not using wpdesk/wp-init"
- rm auth.json
prepare npm assets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment