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:
parent
9ab505334e
commit
a50d5c4e63
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user