You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I run node ., node will complain about the use of export and fail.
But kinvey flex deploy doesn't complain and is happy to push the invalid code.
The text was updated successfully, but these errors were encountered:
When I run
kinvey flex deploy
, while my JavaScript is broken the deploy command still pushes the code to Kinvey, which then breaks my cloud code.Instead it would be great if the deploy command could run some basic validations and throw an error, stopping me from sending the invalid code.
For example, in my code I was trying to submit code like:
However, when I run
node .
, node will complain about the use ofexport
and fail.But
kinvey flex deploy
doesn't complain and is happy to push the invalid code.The text was updated successfully, but these errors were encountered: