`packages/tools/sandbox` fails to build at the current tip of `master`

since this is a monorepo and the package depends on others, they need to be built as well.
What you can do is run npx nx run @tools/sandbox:build it will take care of all dependencies.
You can also run npm run build:dev which will resolve this specific issue, but using nx will be safer.

3 Likes