mirror of https://github.com/buster-so/buster.git
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|||
"$schema": "https://turborepo.com/schema.json",
|
|||
"extends": ["//"],
|
|||
"tasks": {
|
|||
"build:commonjs": {
|
|||
"cache": false,
|
|||
"persistent": false,
|
|||
"outputs": ["dist/**"]
|
|||
},
|
|||
"build:commonjs:watch": {
|
|||
"cache": false,
|
|||
"persistent": true,
|
|||
"dependsOn": ["build:commonjs"]
|
|||
}
|
|||
}
|
|||
}
|