We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246368d commit de0c24aCopy full SHA for de0c24a
composer.json
@@ -75,8 +75,6 @@
75
"build-test": "@docker-build -t",
76
"build-plugin": [
77
"composer install --no-dev",
78
- "rm ./vendor/appsero/client/src/Updater.php",
79
- "cp ./build/Updater.php ./vendor/appsero/client/src/",
80
"composer run-script zip",
81
"composer install"
82
],
@@ -95,6 +93,10 @@
95
93
"phpstan": [
96
94
"phpstan analyze --ansi --memory-limit=1G"
97
+ "post-install-cmd": [
+ "rm ./vendor/appsero/client/src/Updater.php",
98
+ "cp ./build/Updater.php ./vendor/appsero/client/src/"
99
+ ],
100
"zip": [
101
"mkdir -p plugin-build/wpgraphql-acf",
102
"rsync -rc --exclude-from=.distignore --exclude=plugin-build . plugin-build/wpgraphql-acf/ --delete --delete-excluded -v",
0 commit comments