Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Created June 15, 2022 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hypeJunction/dcef69e03c4223ebf07febf2f5b708fd to your computer and use it in GitHub Desktop.
Save hypeJunction/dcef69e03c4223ebf07febf2f5b708fd to your computer and use it in GitHub Desktop.
root package.json
{
"name": "@me/monorepo",
"private": true,
"workspaces": [
"packages/**/*",
"applications/**/*"
],
"scripts": {
"build": "turbo run build",
"dev": "concurrently \"yarn dev:init\" \"yarn watch\"",
"dev:init": "turbo run dev --filter=@me/application-a --parallel",
"watch": "turbo run watch --parallel",
"test": "turbo run test",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment