Development mode

Hi guys.
I have an app that’s already deployed and running for a few customers.
Now, I want to use shopify app dev to add more features, but I’m not seeing my changes reflected.

When I deployed the app, I ran these commands:
npm run build and npm run deploy.

Any tips on why I can’t see the changes?

Thanks!

Hi @Josh_C

You wont see the changes reflected on the live stores while running app dev. You’d have to deploy it.

When running app dev you’re prompted to select a dev store where you can preview this. It has to be a Development store though.

If you’re not getting prompted and you forgot what store it’s connected to, as a test store, you should be able to run shopify app dev --reset and be prompted again.

1 Like