Skip to content

Having trouble using Turbo with NPM #325

Closed Answered by rvlewerissa
H3RSKO asked this question in Help
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