Closed deepy closed 3 months ago
The rule-generated yarn_ tasks only get the dependency on the YarnInstallTask if they start with yarn_run_
yarn_
yarn_run_
So to make sure yarn_build works I've added the dependency manually
yarn_build
The rule-generated
yarn_
tasks only get the dependency on the YarnInstallTask if they start withyarn_run_
So to make sure
yarn_build
works I've added the dependency manually