Next.js Discord

Discord Forum

Turbo run not working....

Unanswered
Serengeti posted this in #help-forum
Open in Discord
SerengetiOP
So, have a Turbo project setup.

Turbo run displays all the available commands, like so:

 serve
    dashboard, forms
  start
    dashboard, forms
  test
    dashboard, forms
  astro
    marketing
  openapi-ts
    @repo/api
  preview
    marketing
  testme
    @repo/api


I want to run testme,

So i do: turbo run testme

I get this error :

 × Missing tasks in project
  ╰─▶   × Could not find task `testme` in project


What gives?

0 Replies