build(script): add log about moving libraries

This adds a log in the terminal while performing the build, to update the user on the last
destination of the Nx libraries. Contrary to the last log from ng-packagr saying that the build is
in `/dist`, it is moved right after in the `/buil`. To avoid the confusion, this log say the right
information.
This commit is contained in:
ben 2018-10-16 11:31:23 -04:00 committed by Victor Savkin
parent 9ab505334e
commit a50d5c4e63

View File

@ -36,3 +36,6 @@ cp LICENSE build/packages/bazel
cp LICENSE build/packages/builders
cp LICENSE build/packages/schematics
cp LICENSE build/packages/nx
echo "Nx libraries available at build/packages:"
ls build/packages