@next-boilerplate/cli
Version:
CLI for Next Boilerplate
29 lines • 574 B
JSON
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": [
"^build"
]
},
"type-check": {
"dependsOn": [
"^type-check"
]
},
"test": {},
"ci-check": {},
"lint": {},
"lint:fix": {
"cache": false
},
"prettier": {},
"prettier:fix": {
"cache": false
},
"dev": {
"cache": false,
"persistent": true
}
}
}