td-ai-tools 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -40,7 +40,7 @@ if [ "$status" -eq 1 ]; then
|
|
|
40
40
|
|
|
41
41
|
jq -n --arg reason "Shopify Theme Check found offenses in files modified on this branch. Fix these before finishing (leave offenses in unmodified files alone — they are pre-existing), then stop again and the check will re-run:
|
|
42
42
|
|
|
43
|
-
$output" '{
|
|
43
|
+
$output" '{decision: "block", reason: $reason}'
|
|
44
44
|
exit 0
|
|
45
45
|
fi
|
|
46
46
|
|