Created
June 15, 2022 07:01
-
-
Save hypeJunction/dcef69e03c4223ebf07febf2f5b708fd to your computer and use it in GitHub Desktop.
root package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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