Open
Description
Please confirm that you have:
- Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
- Reproduced the issue in the latest CLI version.
In which of these areas are you experiencing a problem?
Theme
Expected behavior
Changes made to templates/product.json
should be detected and pushed without needing extra manual steps.
Actual behavior
When updating the templates/product.json
file in a Shopify theme project and using shopify theme push
, the CLI does not detect changes or update the file on the store.
Verbose output
Verbose output
Paste the output here!
Reproduction steps
To Reproduce
Steps to reproduce the behavior:
- Edit
templates/product.json
locally. - Save the file.
- Run
shopify theme push
(orshopify theme push templates/product.json
). - Observe that the file is not updated remotely, and CLI shows "no changes detected."
Operating System
Windows 11
Shopify CLI version (shopify --version
)
3.72.2
Shell
powershell
Node version (run node -v
if you're not sure)
v22.11.0
What language and version are you using in your application?
No response