SPIKE: Lerna/Nx can hide important build problems of individual packages. #2997
Labels
dependencies
Pull requests that update a dependency file
house keeping
Chores related to keeping a clean codebase
Consider the following command:
npm run build
which translates (inpackage.json
) to:nx run-many --target=build --exclude=@taquito/website,taquito-test-dapp-vite
outputs the following:But then if we build an individual package separately:
npm run build -w packages/taquito-michelson-encoder
we can see:Please note that the build problems are masked in the
nx
run.There are two problems with this:
The text was updated successfully, but these errors were encountered: