Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.17k stars 369 forks source link

Issue with theme cli saying theme is updated but it is not actually updated #1002

Open rbeach4 opened 8 months ago

rbeach4 commented 8 months ago

Describe the bug I am running v 1.3.1 and every time I make a change on the theme on my local environment when I am theme watch --allow-live running, the theme changes do not reflect on the LIVE THEME.

To Reproduce Steps to reproduce the behavior:

  1. theme get -l -p -s
  2. theme get -p -s -t
  3. theme watch --allow-live

Expected behavior I need the files to be updated in Shopify. The theme watch command says it is updated; however, it is not on the live theme

Environment (please complete the following information):

Additional context in the cli, it says development in brackets. Could it be a environment issue?