yarn workspace <name from package.json> <command>Example:
yarn workspace bayesjs buildSource: https://stackoverflow.com/questions/56811619/how-to-target-a-single-workspace-with-yarn
lerna exec <command> --scope <package name>yarn workspace <name from package.json> <command>Example:
yarn workspace bayesjs buildSource: https://stackoverflow.com/questions/56811619/how-to-target-a-single-workspace-with-yarn
lerna exec <command> --scope <package name>