Closed
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.0.0-rc
Describe the bug
When executing tns build
there used to be a log message at the end of the build that indicated the location of the produced package - The build result is located at:
.
To Reproduce
tns build android
or tns build ios
Expected behavior
When executing tns build
there is a log message at the end of the build that indicates the location of the produced package - The build result is located at:
.
Sample project
Additional context