16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"baseBranch": "origin/master",
|
|
"pipeline": {
|
|
"prepublish": {
|
|
"dependsOn": ["^prepublish"],
|
|
"outputs": ["lib/**", "es/**", "dist/**", "typings/**"]
|
|
},
|
|
"test": {},
|
|
"test:watch": {},
|
|
"dev": {},
|
|
"lint": {},
|
|
"check-types": {}
|
|
}
|
|
}
|