-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move env var, so it's compatible with Windows #577
Conversation
* Disable Extensive Logging & Repetitions on Git Based Deploy (vlocityinc#523) * Fixes local compilation vlocityinc#525 (vlocityinc#532)
lwcCompilerVersion and lwcCompilerNamespace documentation should be clearer. Currently the example is using the release version such as 236 or 238, but it needs to be the package version such as 900.469. Also examples of namespaces would be good.
alpha beta commit sync
beta master commit sync
Fixes an issue with exporting Products, etc with hyphens.
Fixes an issue with exporting Products, etc with hyphens.
Merge alpha into beta
Release v1.16.4
Beta to Master: Batch Processing for Large Inputs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
be carefull, you have to add that to the env option array: ...process.env,
else you remove all use of system env var
the line should be like
I've tested it locally and it works :) |
Should be good to go now. @KevinGossentCap thanks for testing |
@manas-sf or @rutlabaga Do you have an ETA when this patch will be release to stable version? Because now the latest version 1.17.1 isn't working for Windows users of my team |
Should fix: #475 (comment)