forked from wangziqi/gongxue-base
feat(task2): add root turborepo and npm workspaces configuration
This commit is contained in:
11
turbo.json
Normal file
11
turbo.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"tasks": {
|
||||
"build": { "dependsOn": ["^build"], "outputs": ["dist/**"] },
|
||||
"dev": { "cache": false, "persistent": true },
|
||||
"lint": {},
|
||||
"test": {},
|
||||
"format": { "cache": false },
|
||||
"typecheck": { "dependsOn": ["^build"] }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user