buster/packages/access-controls/turbo.json

24 lines
517 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"extends": ["//"],
"tasks": {
"build:commonjs": {
"cache": false,
"persistent": false,
"dependsOn": ["@buster/database#build:commonjs"],
"outputs": ["dist/**"]
},
"build:commonjs:watch": {
"cache": false,
"persistent": true,
"dependsOn": ["build:commonjs"]
},
"dev": {
"cache": false,
"persistent": true,
"dependsOn": ["^build"],
"with": ["@buster/database#dev"]
}
}
}