zapier / zapier-platform-cli

:computer: Build Zapier integrations and test locally using the JavaScript tools you already know.

Home Page:https://zapier.github.io/zapier-platform-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`zapier upload` should give a meaningful error message when dev hasn't built

eliangcs opened this issue · comments

Before a developer builds their project with zapier build, running zapier upload will just fail silently without any meaningful error messages.

What would you like to change?

If ./build/build.zip doesn't exist, zapier upload should give a hint that they should run zapier build first or use zapier push command instead.

Your Environment

  • CLI Version (zapier -v): 7.1.0
  • Operating System and version: Irrelevant
commented

Here here to that, ran into the same issue!

fixed in #408