UNPKG

@next-boilerplate/cli

Version:
29 lines 574 B
{ "$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 } } }