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
After making local changes in someFunction I expect that after
clasp push
clasp deploy
clasp run someFunction
I'll see the result with just pushed local changes.
Actual Behavior
In fact after clasp push I should go to script gui and deploy it as API executable (followed instructions from here #172) using the mouse
Only after that action I can run
clasp run someFunction
and see the actual result.
Making clasp deploy or clasp redeploy doesn't help me to solve this.
Actually It adds new version (I can see it in gui) but clasp run someFunction shows me the old results of previous function state.
Steps to Reproduce the Problem
Change function code
clasp push
clasp deploy
clasp run someFunction
Specifications
Node version: 10.3.0
Version: 1.5.2
OS: macOS High Sierra 10.13.5
Maybe I'm doing something wrong?
The text was updated successfully, but these errors were encountered:
I think redeploy should work. I believe modifications to the appsscript.json are required.
The web UI changes the appsscript.json, it's a bit confusing.
Expected Behavior
After making local changes in
someFunction
I expect that afterI'll see the result with just pushed local changes.
Actual Behavior
In fact after
clasp push
I should go to script gui and deploy it as API executable (followed instructions from here #172) using the mouseOnly after that action I can run
and see the actual result.
Making
clasp deploy
orclasp redeploy
doesn't help me to solve this.Actually It adds new version (I can see it in gui) but
clasp run someFunction
shows me the old results of previous function state.Steps to Reproduce the Problem
clasp push
clasp deploy
clasp run someFunction
Specifications
10.3.0
1.5.2
10.13.5
Maybe I'm doing something wrong?
The text was updated successfully, but these errors were encountered: