19 lines
317 B
JSON
19 lines
317 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"baseBranch": "origin/master",
|
|
"pipeline": {
|
|
"prepublish": {
|
|
"dependsOn": [
|
|
"^prepublish"
|
|
],
|
|
"outputs": [
|
|
"lib/**",
|
|
"es/**",
|
|
"dist/**"
|
|
]
|
|
},
|
|
"test": {},
|
|
"test:watch": {},
|
|
"dev": {}
|
|
}
|
|
} |