Skip to main content
Module

x/alita/turbo.json

A React framework based on umi.
Go to Latest
File
{ "$schema": "https://turborepo.org/schema.json", "baseBranch": "origin/master", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "build:extra": { "cache": false }, "build:client": { "cache": false }, "dev": { "cache": false }, "test": { "outputs": [".jest-cache/**"] } }, "globalDependencies": [ "tsconfig.base.json", "tsconfig.json", "jest.config.ts" ]}