{ "$schema": "https://turborepo.org/schema.json", "tasks": { "build-preview": { "dependsOn": ["^build"], "outputs": ["storybook-static/**", ".storybook/**", "dist/**"] }, ".:build-preview-move": { "dependsOn": ["^build-preview"], "cache": false }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**"] }, "test-storybook": { "outputs": ["coverage/**"] }, "testunit": { "outputs": ["coverage/**"] }, "lint": { "outputs": [] }, "typecheck": { "outputs": [] }, "dev": { "dependsOn": ["^dev"], "cache": false }, "dsv": { "dependsOn": ["build"], "cache": false }, "ms": { "dependsOn": ["^build"], "cache": false }, "@rocket.chat/meteor#build": { "dependsOn": ["^build"], "cache": false }, "@rocket.chat/meteor#build:ci": { "env": ["BABEL_ENV"], "cache": false } } }