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
Seems when I run the task to deploy code it does a complete replace each time and adds a new ID to the page or field interaction even on exiting scripts im tweaking slightly. Is there a way to configure this repository to look for existing scripts and update instead of do a full replace with a net new interaction ID.
EX: pushed the logger.ts script within the client-corporation\name\logger.ts which deployed no problem and had a field interaction ID of 11 then tweaked the language in the console.log, deployed again and the field interaction had an ID of 13. I didnt change the path name of the src file, the only property I changed within the script was 'enabled' from true to false as well as the previously mentioned tweak to the language in the console.log (see below)
Would be nice for this repository to recognize that the core of the script hasnt changed, just the contents inside therefore do an update to the existing instead deleting and adding net new in order to keep the same ID.
Let me know if im missing anything here. Thanks!
The text was updated successfully, but these errors were encountered:
Seems when I run the task to deploy code it does a complete replace each time and adds a new ID to the page or field interaction even on exiting scripts im tweaking slightly. Is there a way to configure this repository to look for existing scripts and update instead of do a full replace with a net new interaction ID.
EX: pushed the logger.ts script within the client-corporation\name\logger.ts which deployed no problem and had a field interaction ID of 11 then tweaked the language in the console.log, deployed again and the field interaction had an ID of 13. I didnt change the path name of the src file, the only property I changed within the script was 'enabled' from true to false as well as the previously mentioned tweak to the language in the console.log (see below)
Would be nice for this repository to recognize that the core of the script hasnt changed, just the contents inside therefore do an update to the existing instead deleting and adding net new in order to keep the same ID.
Let me know if im missing anything here. Thanks!
The text was updated successfully, but these errors were encountered: