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
Currently we have to push the feature code as well as the compiled dist, this can be bug prone (and maybe a security issue, if the mangled compiled code is not trusted).
It would be nice if we had continuous deployment that should compile the code on main branch then push, it do another branch with other needed files.
If moving the the dist folder is a problem the we can create a dev branch where we keep the code then push to main brnahc the compiled code.
Currently we have to push the feature code as well as the compiled
dist
, this can be bug prone (and maybe a security issue, if the mangled compiled code is not trusted).It would be nice if we had continuous deployment that should compile the code on
main
branch then push, it do another branch with other needed files.If moving the the dist folder is a problem the we can create a
dev
branch where we keep the code then push tomain
brnahc the compiled code.@Razican what do you think about this?
The text was updated successfully, but these errors were encountered: