t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native

Home Page:https://turbo.t3.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor: Remove unused command

FleetAdmiralJakob opened this issue · comments

    - shell: bash
      run: pnpm add -g turbo

Isn't this piece of code in the action.yml in the GitHub tooling package not needed since turbo is installed via the pnpm i command later in that file?

not as a global - but you could use pnpm turbo i guess - doesn't really matter...