<#20542 Error when running scripts in package.json...
# github-notifications
c
#20542 Error when running scripts in package.json file using `yarn@v1` Issue created by kevinobruno Describe the bug When using yarn@v1 and running any script in the package.json through the
run
goal, the following error occur:
Copy code
error Command "run" not found.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
Pants version 2.19.0 OS MacOS Additional info Can be reproducible at https://github.com/kevinobruno/pants-yarn-v1 running
pants run //:root#build
. pantsbuild/pants