这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

AFAIK,

You could either run using npx such like npx turbo run build or just setup a script, ex:

{
    "build": "turbo run build",
    "dev": "turbo run dev --parallel",
    "lint": "turbo run lint"
}

and run it on the project root.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@H3RSKO
Comment options

Answer selected by H3RSKO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants