/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.4.18
turbo.json
19 строк
415 B
Robin Malfait
Cleanup oxide — Part #2 (#13312)
22 мар 2024, 19:12
Не верифицирован
22 мар 2024, 19:12
44b3b42
Код
Авторство
О чём код?
{ "$schema": "https://turbo.build/schema.json", "pipeline": { "//#build": { "outputs": ["lib/**", "peers/**", "types/generated/**"], "inputs": ["src/**", "nesting/**", "types/**"] }, "test": { "dependsOn": ["//#build"] }, "//#test": { "dependsOn": ["//#build"], "inputs": ["tests/**"] }, "//#style": { "inputs": ["**/*.js", "**/*.ts"] } } }