cli icon indicating copy to clipboard operation
cli copied to clipboard

[Bug]: `npm run deploy` isn't working.

Open niinpatel opened this issue 1 year ago • 0 comments

Please confirm that you have:

  • [x] 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.)
  • [x] Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

Extension

Expected behavior

When I run npm run deploy the extensions should get updated.

Actual behavior

It didn't work. There is no error message on terminal & it says it's succesfully pushed but it's actually never pushed.For example I pushed today Sep 28 but Live version is Sep 25 Image

Verbose output

│ │ │ Using .env for default values: │ │ │ │ • Org: Akia Tech │ │ • App: Checkout Custom Fields by Akia │ │ • Include config: Yes │ │ │ │ You can pass --reset to your command to reset your app configuration. │ │ │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

? Release a new version of Checkout Custom Fields by Akia? ✔ Yes, release this new version

Releasing a new app version as part of Checkout Custom Fields by Akia

        custom-fields │ Bundling UI extension custom-fields...
               banner │ Bundling UI extension banner...
               banner │ banner successfully built
        custom-fields │ custom-fields successfully built

╭─ success ──────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ New version released to users. │ │ │ │ checkout-custom-fields-by-akia-33 [1] │ │ │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ [1] https://partners.shopify.com/2745565/apps/24409735169/versions/372488765441

Reproduction steps

  1. npm run deploy

Operating System

Mac OS

Shopify CLI version (check your project's package.json if you're not sure)

^3.67.2

Shell

zsh

Node version (run node -v if you're not sure)

v22.9.0

What language and version are you using in your application?

Javascript

niinpatel avatar Sep 28 '24 11:09 niinpatel