If you really don’t want to `export` `AWS_PROFILE`...
# general
j
If you really don’t want to
export
AWS_PROFILE
so it’s available to all the subsequent commands you can do this instead:
AWS_PROFILE=lykke sh -c './build-local.sh && cd ./artifacts/infra && pulumi up --yes'