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
When I do npm run build , something unexpected happens. The lint of the UI will be executed, but the UI does not have build scripts,Although the UI is relied upon by other applications.
Expected Behavior
UI does not define a build script and should not execute UI's lint command.
What version of Turborepo are you using?
1.4.6
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
I encountered an unexpected script run.
As the example in the documentation, I redefine turpo.json:
When I do npm run build , something unexpected happens. The lint of the UI will be executed, but the UI does not have build scripts,Although the UI is relied upon by other applications.
Expected Behavior
UI does not define a build script and should not execute UI's lint command.
To Reproduce
in this repo: https://github.com/19Qingfeng/turo-bug-report.
you can run
pnpm install
andpnpm build
,then you can get:The text was updated successfully, but these errors were encountered: