Run the test task on the @waldronmatt/basic-math package.
npx nx run @waldronmatt/basic-math:testRun multiple instances of the test task. Useful for executing all test commands at the workspace root.
npx nx run-many -t testRun the lint task for affected files of affected projects and have the linter attempt to automatically fix issues. Useful for executing on staged files before you git commit.
nx affected -t lint --fix --filesDisables the connection to Nx Cloud for the current run. The remote cache will not be read from or written to.
npx nx run-many -t test --skip-nx-cache