Skip to content

Commit c5d9d8d

Browse files
committed
Specify target to analyze
1 parent 758a187 commit c5d9d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/commands/run-periphery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tar -xf build-products.tar
1515
echo '+++ :periphery: Detecting unused code'
1616
set +e
1717
# This is the script in the root.
18-
./Scripts/Periphery/setup-and-run-periphery.sh --strict --quiet --skip-build --index-store-path 'DerivedData/Index.noindex/DataStore/'
18+
./Scripts/Periphery/setup-and-run-periphery.sh --targets WooCommerce --strict --quiet --skip-build --index-store-path 'DerivedData/Index.noindex/DataStore/'
1919
TESTS_EXIT_STATUS=$?
2020
set -e
2121

0 commit comments

Comments
 (0)