Introduced argument called --no-runner which will stop from executing firebase or specified inside fireConfig.runner other command. This functionality introduces a way to use the magic of firebase without running actual command at the end.
Type of change
[x] Non Breaking change
Notes
With argument no-runner no actual script will be executed after the copy logic.
This will help us to benefit from the firelink to do his magic without running a command firebase or other specified inside fireConfig.runner. This way we can use the logic for firelink only to prepare the environment and change package.json with appropriate installation directory configured inside fireDependencies.
It is recommended to be used with --leave-changes since it will create a temporary file called package-temp.json in order at some point to revert the side effects from running the command:
Issue
Description
Introduced argument called
--no-runner
which will stop from executingfirebase
or specified insidefireConfig.runner
other command. This functionality introduces a way to use the magic offirebase
without running actual command at the end.Type of change
Notes
With argument
no-runner
no actual script will be executed after the copy logic. This will help us to benefit from thefirelink
to do his magic without running a commandfirebase
or other specified insidefireConfig.runner
. This way we can use the logic for firelink only to prepare the environment and changepackage.json
with appropriate installation directory configured insidefireDependencies
. It is recommended to be used with--leave-changes
since it will create a temporary file calledpackage-temp.json
in order at some point to revert the side effects from running the command:Revert the changes made inside
package.json