You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI:
Version: 2.3.4-canary.2
Daemon status: Running
Package manager: yarn
Platform:
Architecture: aarch64
Operating system: macos
WSL: false
Available memory (MB): 7456
Available CPU cores: 11
Expected behavior
In the reproduction, I've edited the starter so the web package has an additional verify script. This task depends on web:build. When running turbo verify I would expect web:build and web:verify to run.
Actual behavior
web:build, docs:build and web:verify are run despite docs:build not being necessary
Verify canary release
Link to code that reproduces this issue
https://github.com/cjpearson/turbo-graph-bug
Which canary version will you have in your reproduction?
[email protected]
Enviroment information
Expected behavior
In the reproduction, I've edited the starter so the
web
package has an additionalverify
script. This task depends onweb:build
. When runningturbo verify
I would expectweb:build
andweb:verify
to run.Actual behavior
web:build
,docs:build
andweb:verify
are run despitedocs:build
not being necessaryTo Reproduce
Run
turbo verify
in the reproduction projectAdditional context
#9565
The text was updated successfully, but these errors were encountered: